From fa9798d1f0863a60bf6667daa2e8b7b7a4ea6dcb Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Sat, 6 May 2023 13:36:55 +0000 Subject: [PATCH] Removing an extra debugger line which was left --- tracktokens_smartcontracts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tracktokens_smartcontracts.py b/tracktokens_smartcontracts.py index 86f70a3..047dfc8 100755 --- a/tracktokens_smartcontracts.py +++ b/tracktokens_smartcontracts.py @@ -2155,7 +2155,6 @@ def scanBlockchain(): logger.info("Current block height is %s" % str(current_index)) break - pdb.set_trace() for blockindex in range(startblock, current_index): if blockindex in IGNORE_BLOCK_LIST: continue