who needs debugging print statements?
This commit is contained in:
parent
92d9dc8bd8
commit
be0a52f7ab
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue