chiark / gitweb /
Remove the print message from the project planner, as this will cause problems with...
authordaid303 <daid303@gmail.com>
Wed, 3 Oct 2012 13:27:11 +0000 (15:27 +0200)
committerdaid303 <daid303@gmail.com>
Wed, 3 Oct 2012 13:27:11 +0000 (15:27 +0200)
Cura/gui/projectPlanner.py

index 43ac4197934c6c7a0abef38c3727e227e911003b..3e414e3fc67d9e783e888fc7719e753e1c5752b8 100644 (file)
@@ -951,7 +951,6 @@ class ProjectSliceProgressWindow(wx.Frame):
                                                        maxValue = int(progress[2])\r
                                                wx.CallAfter(self.SetProgress, progress[0], int(progress[1]), maxValue)\r
                                        else:\r
-                                               print line\r
                                                self.progressLog.append(line)\r
                                                wx.CallAfter(self.statusText.SetLabel, line)\r
                                        if self.abort:\r