Remove few debugging prints

This commit is contained in:
DarkPhoenix
2015-08-11 15:59:38 +03:00
parent a2e031cf27
commit 121a81ce70
2 changed files with 1 additions and 3 deletions

View File

@@ -14,7 +14,6 @@ class ChangeAmount(ContextMenu):
return srcContext in ("cargoItem","projectedFit")
def getText(self, itmContext, selection):
print selection
return "Change {0} Quantity".format(itmContext)
def activate(self, fullContext, selection, i):
@@ -61,7 +60,7 @@ class AmountChanger(wx.Dialog):
event.Skip()
self.Destroy()
## checks to make sure it's valid number
def onChar(self, event):
key = event.GetKeyCode()

View File

@@ -366,7 +366,6 @@ class Fit(object):
if not thing.canHaveState(thing.state, fit):
thing.state = State.OFFLINE
elif isinstance(thing, eos.types.Fit):
print "toggle fit"
projectionInfo = thing.getProjectionInfo(fitID)
if projectionInfo:
projectionInfo.active = not projectionInfo.active