Skip to content

Commit

Permalink
Remove spurious debugging statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
davisp committed May 25, 2009
1 parent 888e8cb commit 9e3989f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/t.py
Expand Up @@ -45,8 +45,6 @@ def eq(a, b):
assert a == b, "%r != %r" % (a, b)

def ne(a, b):
print "%r" % a
print "%r" % b
assert a != b, "%r == %r" % (a, b)

def lt(a, b):
Expand Down

0 comments on commit 9e3989f

Please sign in to comment.