From ac98caee5427bc73c558764c949f3d5a6d12c8b7 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 5 Jun 2020 15:31:37 +0200 Subject: [PATCH] Remove debugging code --- cura/CuraApplication.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index 26b3e9c3f7..de7da13d1c 100755 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -1909,7 +1909,6 @@ class CuraApplication(QtApplication): return selection_pass = cast(SelectionPass, self.getRenderer().getRenderPass("selection")) if not selection_pass: # If you right-click before the rendering has been initialised there might not be a selection pass yet. - print("--------------ding! Got the crash.") return node = self.getController().getScene().findObject(selection_pass.getIdAtPosition(x, y)) if not node: