Remove the print message from the project planner, as this will cause problems with the console-less version on windows.

master
daid303 2012-10-03 15:27:11 +02:00
parent 704d61941e
commit 7b7aa2dc56
1 changed files with 0 additions and 1 deletions

View File

@ -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: