remove comment

This commit is contained in:
casperlamboo 2016-07-20 10:17:47 +02:00
parent 0500c37bc7
commit 721c968341
1 changed files with 0 additions and 1 deletions

View File

@ -95,7 +95,6 @@ export default class Doodle3DBox extends EventDispatcher {
async _sendBatch(gcode, start, index) {
try {
const response = await this.printer.print(gcode, start, start);
// maybe do something with failing response
console.log(`batch sent: ${ index }`);
} catch(error) {