0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-11-21 17:07:55 +01:00

Remove outdated comment.

This commit is contained in:
Wouter R 2016-02-17 18:52:17 +01:00
parent c742740078
commit 4752199cfb

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)) {