Skip to content
Prev Previous commit
Next Next commit
#409 remove debug log
  • Loading branch information
otselnik committed Dec 26, 2021
commit 224f5c2cc3399adffbad7251bd9bcaf112be11b6
1 change: 0 additions & 1 deletion proxy/indexer/indexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ def process_receipts(self):
for slot_sig, trx in sorted(self.transaction_receipts.iteritems(), reverse=True):
slot, signature = slot_sig
max_slot = max(max_slot, slot)
logger.debug(slot)
counter += 1

if slot < self.processed_slot:
Expand Down