Remove outdated comment.

This commit is contained in:
Wouter R 2016-02-17 18:52:17 +01:00
parent c742740078
commit 4752199cfb
1 changed files with 0 additions and 3 deletions

View File

@ -164,9 +164,6 @@ function Printer() {
return~-encodeURI(s).split(/%..|./).length;
}
/* Note: the API supports numbered chunks as a way to ensure they are received in the correct order.
* Since no problems regarding that seem to exist anymore, this code has not been adapted to use this facility.
*/
this.sendPrintPart = function(sendIndex,sendLength) {
var completed = false;
if (this.gcode.length < (sendIndex + sendLength)) {