From 539360d5f6c1f093ef431662d5699517f556ebfa Mon Sep 17 00:00:00 2001 From: blitzmann Date: Thu, 2 Jul 2015 15:04:07 -0400 Subject: [PATCH] Remove old debug print --- gui/resistsEditor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/resistsEditor.py b/gui/resistsEditor.py index 0d26be5da..8dcfe4b0f 100644 --- a/gui/resistsEditor.py +++ b/gui/resistsEditor.py @@ -342,7 +342,6 @@ class ResistsEditorDlg(wx.Dialog): self.patternChanged() def showInput(self, bool): - print self.namePicker.IsShown(), bool if bool and not self.namePicker.IsShown(): self.ccResists.Hide() self.namePicker.Show()