From 57ed2bf24675a18b895029f0ce441124f941db65 Mon Sep 17 00:00:00 2001 From: cncfanatics Date: Mon, 11 Oct 2010 09:27:17 +0200 Subject: [PATCH] Remove debug print --- gui/builtinStatsViews/resistancesViewFull.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/builtinStatsViews/resistancesViewFull.py b/gui/builtinStatsViews/resistancesViewFull.py index aa7dddc32..2453c0704 100644 --- a/gui/builtinStatsViews/resistancesViewFull.py +++ b/gui/builtinStatsViews/resistancesViewFull.py @@ -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: