diff --git a/gui/fitCommands/guiMetaSwap.py b/gui/fitCommands/guiMetaSwap.py index c07facd37..d0c99b8bf 100644 --- a/gui/fitCommands/guiMetaSwap.py +++ b/gui/fitCommands/guiMetaSwap.py @@ -48,7 +48,6 @@ class GuiMetaSwapCommand(wx.Command): for x in selection: self.data.append(((FitChangeDroneVariationCommand, fitID, fit.drones.index(x), itemID),),) - def Do(self): for cmds in self.data: for cmd in cmds: