Skip to content

Commit

Permalink
remove extraneous node console
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark A. Durham committed Apr 23, 2020
1 parent f42960a commit 048282e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ app.on('activate', function () {

// In this file you can include the rest of your app's specific main process
// code. You can also put them in separate files and require them here.
var nodeConsole = require('console');
var myConsole = new nodeConsole.Console(process.stdout, process.stderr);
myConsole.log('Hello World!');

console.log("Test");

Expand Down

0 comments on commit 048282e

Please sign in to comment.