Remove debug print

This commit is contained in:
Ghostkeeper 2019-10-10 15:22:52 +02:00
parent 9323ed5d04
commit c698938c60
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -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)