removed unused print

This commit is contained in:
andrei 2022-06-08 16:04:57 +03:00
parent d44a9132ac
commit 9f1089bb68

View File

@ -195,7 +195,6 @@ class App(BaseApplication):
self.abort_if_abci_chain_is_not_synced()
chain_shift = 0 if self.chain is None else self.chain['height']
height = request_end_block.height + chain_shift
self.new_height = height