who needs debugging print statements?

This commit is contained in:
billzorn 2015-06-27 22:26:01 -07:00
parent 92d9dc8bd8
commit be0a52f7ab
1 changed files with 3 additions and 3 deletions

View File

@ -74,9 +74,9 @@ def cleanup_mana(s):
if len(innercost) == 0 and success:
s = s.replace(cost, newcost)
else:
print cost
print newcost
# else:
# print cost
# print newcost
return s