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