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:
|
if len(innercost) == 0 and success:
|
||||||
s = s.replace(cost, newcost)
|
s = s.replace(cost, newcost)
|
||||||
else:
|
# else:
|
||||||
print cost
|
# print cost
|
||||||
print newcost
|
# print newcost
|
||||||
|
|
||||||
return s
|
return s
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue