From fbbe7e3a181cef1d7d2640dcc9e45c12a5e558bf Mon Sep 17 00:00:00 2001 From: Jeff Clarke Date: Thu, 8 Mar 2018 13:14:45 +0000 Subject: [PATCH] removed excessive log output --- node_helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_helper.js b/node_helper.js index 383f884..3c7d414 100644 --- a/node_helper.js +++ b/node_helper.js @@ -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');