Remove print statements

This commit is contained in:
cncfanatics
2010-09-22 10:32:26 +02:00
parent a9d4ea7e24
commit 6b851dd3e0
2 changed files with 0 additions and 2 deletions

View File

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

View File

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