diff --git a/pisa/responder.py b/pisa/responder.py index 4ae73ab..8be3fd8 100644 --- a/pisa/responder.py +++ b/pisa/responder.py @@ -275,7 +275,6 @@ class Responder: if len(self.trackers) > 0 and block is not None: txids = block.get("tx") - logger.info("List of transactions", txids=txids) if self.last_known_block == block.get("previousblockhash"): self.check_confirmations(txids) diff --git a/pisa/watcher.py b/pisa/watcher.py index c06bee3..2efca07 100644 --- a/pisa/watcher.py +++ b/pisa/watcher.py @@ -144,7 +144,6 @@ class Watcher: if len(self.appointments) > 0 and block is not None: txids = block.get("tx") - logger.info("List of transactions", txids=txids) expired_appointments = [ uuid