Remove debugging print
This commit is contained in:
@@ -588,7 +588,6 @@ class Fit(object):
|
|||||||
for attr in ("shieldRepair", "armorRepair", "hullRepair"):
|
for attr in ("shieldRepair", "armorRepair", "hullRepair"):
|
||||||
sustainable[attr] = self.extraAttributes[attr]
|
sustainable[attr] = self.extraAttributes[attr]
|
||||||
dict = self.extraAttributes.getAfflictions(attr)
|
dict = self.extraAttributes.getAfflictions(attr)
|
||||||
print dict
|
|
||||||
if self in dict:
|
if self in dict:
|
||||||
for mod, _, amount, used in dict[self]:
|
for mod, _, amount, used in dict[self]:
|
||||||
if not used:
|
if not used:
|
||||||
|
|||||||
Reference in New Issue
Block a user