mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 18:57:52 -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.
|
## 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…
Add table
Add a link
Reference in a new issue