mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:59:00 +08:00
Remove debug print
This commit is contained in:
parent
9323ed5d04
commit
c698938c60
@ -221,8 +221,6 @@ class MachineManager(QObject):
|
|||||||
|
|
||||||
## Triggered when the global container stack is changed in CuraApplication.
|
## Triggered when the global container stack is changed in CuraApplication.
|
||||||
def _onGlobalContainerChanged(self) -> None:
|
def _onGlobalContainerChanged(self) -> None:
|
||||||
import traceback
|
|
||||||
traceback.print_stack()
|
|
||||||
if self._global_container_stack:
|
if self._global_container_stack:
|
||||||
try:
|
try:
|
||||||
self._global_container_stack.containersChanged.disconnect(self._onContainersChanged)
|
self._global_container_stack.containersChanged.disconnect(self._onContainersChanged)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user