Skip to content

Commit

Permalink
Spurious pdb.set_trace()
Browse files Browse the repository at this point in the history
  • Loading branch information
andreacorbellini committed Jun 8, 2015
1 parent 1721df1 commit 920b29a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion logs/comparelogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def compute_all(func):

if x != y:
print('\nERROR: expected {}, got: {}'.format(x, y))
import pdb; pdb.set_trace()

if i % 100 == 0:
print('\rComputing all logarithms: {:.2f}% done'
Expand Down

0 comments on commit 920b29a

Please sign in to comment.