Removed debug status message

This commit is contained in:
peteruithoven 2014-01-18 15:41:09 +01:00
parent 92a28f54b8
commit 7f5079d2cb
1 changed files with 1 additions and 3 deletions

View File

@ -158,9 +158,7 @@ function Printer() {
var firstOne = (sendIndex == 0)? true : false;
var start = firstOne; // start printing right away
message.set("Sending doodle to printer..."+sendIndex,Message.NOTICE);
var completed = false;
if (this.gcode.length < (sendIndex + sendLength)) {
console.log(" sending less than max sendLength (and last)");