From 6639219537c596908109a79c575380d0ec2e21ef Mon Sep 17 00:00:00 2001 From: 4tochka Date: Wed, 1 May 2019 00:48:37 +0400 Subject: [PATCH] connector --- pybtc/connector.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pybtc/connector.py b/pybtc/connector.py index 05ee21f..b6d5349 100644 --- a/pybtc/connector.py +++ b/pybtc/connector.py @@ -413,8 +413,6 @@ class Connector: if "previousblockhash" not in block : return lb = self.block_cache.get_last_key() - self.log.critical(str(lb)) - self.log.critical(str(block["previousblockhash"])) if lb is None and not self.last_block_height: return if self.block_cache.get_last_key() != block["previousblockhash"]: