Remove print statements
This commit is contained in:
@@ -46,7 +46,6 @@ class BoosterView(d.Display):
|
||||
cFit = service.Fit.getInstance()
|
||||
fitID = self.mainFrame.getActiveFit()
|
||||
trigger = cFit.addBooster(fitID, event.itemID)
|
||||
print event.itemID
|
||||
if trigger:
|
||||
wx.PostEvent(self.mainFrame, fv.FitChanged(fitID=fitID))
|
||||
|
||||
|
||||
@@ -182,7 +182,6 @@ class ShipBrowser(wx.Panel):
|
||||
wx.PostEvent(self.mainFrame, FitCreated(fitID=fitID))
|
||||
|
||||
def renameFit(self, event):
|
||||
print "r"
|
||||
tree = self.getActiveTree()
|
||||
root = tree.GetSelection()
|
||||
type, _ = tree.GetPyData(root)
|
||||
|
||||
Reference in New Issue
Block a user