Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Dec 24, 2016
1 parent df72b16 commit 4312087
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -444,10 +444,8 @@ function serialConsole() {
}));

serialConsoleWindow.show();
console.log('console');
statisticsWindow.on('closed', () => {
statisticsWindow = null;
console.log('console closed');
pollPause = false;
pollPuff();
});
Expand Down

0 comments on commit 4312087

Please sign in to comment.