From: nickthetait Date: Tue, 5 May 2015 17:22:45 +0000 (-0600) Subject: No more uneccesary warning messages. Fixes #103 X-Git-Tag: lulzbot-15.02.1-1.01~29 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e72a22d5c62923ff96d56cc5ff262ea10ff7349c;p=cura.git No more uneccesary warning messages. Fixes #103 --- diff --git a/Cura/gui/sceneView.py b/Cura/gui/sceneView.py index f6038cf0..1a101ccd 100644 --- a/Cura/gui/sceneView.py +++ b/Cura/gui/sceneView.py @@ -599,7 +599,6 @@ class SceneView(openglGui.glGuiPanel): break if n <= cnt: self.notification.message(_("Could not create more than %d items") % (n - 1)) - self.notification.message(_("Could not create more than %d items") % (n - 1)) self._scene.remove(newObj) if requestedArrangeAll == 2: self._scene.centerAll()