Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam committed Nov 10, 2017
1 parent 149cb16 commit 6ffd4af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion evm/vm/forks/byzantium/headers.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def compute_byzantium_difficulty(parent_header, timestamp):
if num_bomb_periods >= 0:
return max(difficulty + 2**num_bomb_periods, DIFFICULTY_MINIMUM)
else:
print(locals())
return difficulty


Expand Down

0 comments on commit 6ffd4af

Please sign in to comment.