Remove debugging print

This commit is contained in:
DarkPhoenix
2014-06-01 19:09:30 +04:00
parent 07692584cf
commit 4ea69201ea

View File

@@ -588,7 +588,6 @@ class Fit(object):
for attr in ("shieldRepair", "armorRepair", "hullRepair"):
sustainable[attr] = self.extraAttributes[attr]
dict = self.extraAttributes.getAfflictions(attr)
print dict
if self in dict:
for mod, _, amount, used in dict[self]:
if not used: