mirror of
https://github.com/Doodle3D/Doodle3D-API
synced 2024-12-22 13:53:48 +01:00
remove comment
This commit is contained in:
parent
0500c37bc7
commit
721c968341
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user