Skip to content

Commit

Permalink
Remove console log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Sindarius committed Nov 14, 2020
1 parent bd024b2 commit f06d9cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GCodeViewer/viewer/gcodeprocessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ export default class {
}

pauseProcessing() {
console.log('One Moment');
return new Promise((resolve) => setTimeout(resolve));
}

Expand Down

0 comments on commit f06d9cf

Please sign in to comment.