Skip to content

Commit

Permalink
removed excessive log output
Browse files Browse the repository at this point in the history
  • Loading branch information
jclarke0000 committed Mar 8, 2018
1 parent f4529df commit fbbe7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node_helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ module.exports = NodeHelper.create({

this.config = payload;

console.log(JSON.stringify(payload));
// console.log(JSON.stringify(payload));

if ( this.config.debug === 1 ) {
console.log('Lets get WunderGround');
Expand Down

0 comments on commit fbbe7e3

Please sign in to comment.