1
0
Fork 0

Remove leftover print statement

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2021-02-17 10:15:46 +01:00
parent c20ed21c2d
commit 0a2bef6192
No known key found for this signature in database
GPG key ID: FF42D23B580C89F7

View file

@ -133,7 +133,6 @@ class FlexpoolHandler(Handler):
# don't spam block notification at initialization
notification_slice = MAX_NOTIFICATIONS_COUNT if len(blocks) > MAX_NOTIFICATIONS_COUNT else 0
for block in blocks[notification_slice:]:
print(block)
if not last_block or last_block < block.number:
logger.info(f'new block {block.number}')
if self.notifier: