Remove old debug print

This commit is contained in:
blitzmann
2015-07-02 15:04:07 -04:00
parent ca08f8d8da
commit 539360d5f6

View File

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