Removed debug log output

master
Gina Häußge 2013-05-27 19:48:17 +02:00
parent b645073f1d
commit 8d53f313fe
1 changed files with 0 additions and 1 deletions

View File

@ -488,7 +488,6 @@ class MachineCom(object):
else:
printTimeTotal = printTime * self._sdFileSize
printTimeLeft = printTimeTotal - printTime
self._logger.info("printTime: %f, sdFileSize: %f, sdFilePos: %f, printTimeTotal: %f, printTimeLeft: %f" % (printTime, self._sdFileSize, self._sdFilePos, printTimeTotal, printTimeLeft))
return printTimeLeft
else:
# for host printing we only start counting the print time at gcode line 100, so we need to calculate stuff