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];