chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
704d619
)
Remove the print message from the project planner, as this will cause problems with...
author
daid303
<daid303@gmail.com>
Wed, 3 Oct 2012 13:27:11 +0000
(15:27 +0200)
committer
daid303
<daid303@gmail.com>
Wed, 3 Oct 2012 13:27:11 +0000
(15:27 +0200)
Cura/gui/projectPlanner.py
patch
|
blob
|
history
diff --git
a/Cura/gui/projectPlanner.py
b/Cura/gui/projectPlanner.py
index 43ac4197934c6c7a0abef38c3727e227e911003b..3e414e3fc67d9e783e888fc7719e753e1c5752b8 100644
(file)
--- a/
Cura/gui/projectPlanner.py
+++ b/
Cura/gui/projectPlanner.py
@@
-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