mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 10:47:49 -06:00
Remove debug print
This commit is contained in:
parent
9323ed5d04
commit
c698938c60
1 changed files with 0 additions and 2 deletions
|
@ -221,8 +221,6 @@ class MachineManager(QObject):
|
|||
|
||||
## Triggered when the global container stack is changed in CuraApplication.
|
||||
def _onGlobalContainerChanged(self) -> None:
|
||||
import traceback
|
||||
traceback.print_stack()
|
||||
if self._global_container_stack:
|
||||
try:
|
||||
self._global_container_stack.containersChanged.disconnect(self._onContainersChanged)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue