mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Removed stray debug print
CURA-1385
This commit is contained in:
parent
4ad7731efd
commit
e1828a7689
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue