From c66daa62203d075b33445fe86bed630f542a88b6 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Thu, 11 Mar 2021 19:35:53 +0000 Subject: [PATCH] remove superfluous console.log --- utility/daemon/daemon.js | 1 - 1 file changed, 1 deletion(-) diff --git a/utility/daemon/daemon.js b/utility/daemon/daemon.js index e0d5eb49..01cbce7b 100644 --- a/utility/daemon/daemon.js +++ b/utility/daemon/daemon.js @@ -70,7 +70,6 @@ module.exports = function(RED) { while (bits.length > 1) { var m = RED.util.cloneMessage(lastmsg); m.payload = bits.shift(); - console.log(m); node.send([m,null,null]); } line = bits[0];