From: daid303 Date: Wed, 3 Oct 2012 13:27:11 +0000 (+0200) Subject: Remove the print message from the project planner, as this will cause problems with... X-Git-Tag: 13.03~294 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7b7aa2dc56d94c6040b3e1594adf1c34ef009f4a;p=cura.git Remove the print message from the project planner, as this will cause problems with the console-less version on windows. --- 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: