Removed a leftover

This commit is contained in:
HomeWorld
2010-10-16 17:30:18 +03:00
parent 737bf9795a
commit 352cfe4b89

View File

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