From e72a22d5c62923ff96d56cc5ff262ea10ff7349c Mon Sep 17 00:00:00 2001 From: nickthetait Date: Tue, 5 May 2015 11:22:45 -0600 Subject: [PATCH] No more uneccesary warning messages. Fixes #103 --- Cura/gui/sceneView.py | 1 - 1 file changed, 1 deletion(-) 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() -- 2.30.2