From: Youness Alaoui Date: Fri, 6 Nov 2015 16:37:13 +0000 (-0500) Subject: Do not flood terminal with progress numbers when doing a 'split object into parts' X-Git-Tag: lulzbot-17.14~8 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=9f443eefafa240270317ec455cc5269a0ba55fb2;p=cura.git Do not flood terminal with progress numbers when doing a 'split object into parts' Noticed in P3 --- 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: