From 4752199cfbf3e19e847b20ad0bd8dc74360a7937 Mon Sep 17 00:00:00 2001 From: Wouter R Date: Wed, 17 Feb 2016 18:52:17 +0100 Subject: [PATCH] Remove outdated comment. --- js/Printer.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/Printer.js b/js/Printer.js index 42b77a7..0253468 100644 --- a/js/Printer.js +++ b/js/Printer.js @@ -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)) {