* commented out a print statement

This commit is contained in:
markm 2007-10-29 21:08:58 +00:00
parent 170dad7272
commit 49f3dac44a

@ -159,7 +159,8 @@ def _unittests():
try:
assert num_found == num_bugs
except:
print num_found, num_bugs, loc, ref
#print num_found, num_bugs, loc, ref
pass
ctrls.append(ctrl)