From: daid303 Date: Wed, 2 Jan 2013 10:56:35 +0000 (+0100) Subject: Remove debug messages. X-Git-Tag: 13.03~132 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=79bf99f0f8d0cd0311196b7cb13604765b044532;p=cura.git Remove debug messages. --- diff --git a/Cura/gui/printWindow.py b/Cura/gui/printWindow.py index 1201ffae..728983d9 100644 --- a/Cura/gui/printWindow.py +++ b/Cura/gui/printWindow.py @@ -326,9 +326,7 @@ class printWindow(wx.Frame): def _readQueue(self): while True: - print 'get' filename = self.filenameQueue.get() - print filename while self.machineCom is not None and self.machineCom.isPrinting(): time.sleep(1) self.LoadGCodeFile(filename)