Remove debug print
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user