Remove debug print

This commit is contained in:
cncfanatics
2010-10-11 09:27:17 +02:00
parent 93a1c31292
commit 57ed2bf246

View File

@@ -166,7 +166,6 @@ class ResistancesViewFull(StatsView):
self.labelEhp.SetToolTip(wx.ToolTip("Effective: %d" % total))
damagePattern = fit.damagePattern if fit is not None else None
print damagePattern
for damageType in ("em", "thermal", "kinetic", "explosive"):
lbl = getattr(self, "gaugeResistanceDamagepattern%s" % damageType.capitalize())
if damagePattern is not None: