From 7b7aa2dc56d94c6040b3e1594adf1c34ef009f4a Mon Sep 17 00:00:00 2001 From: daid303 Date: Wed, 3 Oct 2012 15:27:11 +0200 Subject: [PATCH] Remove the print message from the project planner, as this will cause problems with the console-less version on windows. --- Cura/gui/projectPlanner.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Cura/gui/projectPlanner.py b/Cura/gui/projectPlanner.py index 43ac4197..3e414e3f 100644 --- a/Cura/gui/projectPlanner.py +++ b/Cura/gui/projectPlanner.py @@ -951,7 +951,6 @@ class ProjectSliceProgressWindow(wx.Frame): maxValue = int(progress[2]) wx.CallAfter(self.SetProgress, progress[0], int(progress[1]), maxValue) else: - print line self.progressLog.append(line) wx.CallAfter(self.statusText.SetLabel, line) if self.abort: -- 2.30.2