mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:35:58 +08:00
Removed stray debug print
CURA-1385
This commit is contained in:
parent
4ad7731efd
commit
e1828a7689
@ -89,7 +89,6 @@ class MachineActionManager(QObject):
|
||||
## Add a (unique) MachineAction
|
||||
# if the Key of the action is not unique, an exception is raised.
|
||||
def addMachineAction(self, action):
|
||||
print("ADDING ACTIOONNN", action)
|
||||
if action.getKey() not in self._machine_actions:
|
||||
self._machine_actions[action.getKey()] = action
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user