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()