Skip to content

Commit

Permalink
Removing an extra debugger line which was left
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Teega committed May 6, 2023
1 parent 6d56c2a commit fa9798d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tracktokens_smartcontracts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa9798d

Please sign in to comment.