Remove few debugging prints
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user