From 9f443eefafa240270317ec455cc5269a0ba55fb2 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Fri, 6 Nov 2015 11:37:13 -0500 Subject: [PATCH] Do not flood terminal with progress numbers when doing a 'split object into parts' Noticed in P3 --- Cura/gui/sceneView.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cura/gui/sceneView.py b/Cura/gui/sceneView.py index f96cf0fd..bf610b37 100644 --- a/Cura/gui/sceneView.py +++ b/Cura/gui/sceneView.py @@ -623,7 +623,7 @@ class SceneView(openglGui.glGuiPanel): self.sceneUpdated() def _splitCallback(self, progress): - print progress + pass def OnMergeObjects(self, e): if self._selectedObj is None or self._focusObj is None or self._selectedObj == self._focusObj: -- 2.30.2