diff --git a/gui/characterEditor.py b/gui/characterEditor.py index 87e82db7d..0f19b63c0 100644 --- a/gui/characterEditor.py +++ b/gui/characterEditor.py @@ -421,7 +421,6 @@ class ImplantsTreeView (wx.Panel): self.pluggedImplantsTree.update(self.implants) def charChanged(self, event): - print "charChanged" cChar = service.Character.getInstance() charID = self.Parent.Parent.getActiveCharacter() name = cChar.getCharName(charID)