diff --git a/io/wol/39-wol.js b/io/wol/39-wol.js index 039bf4ae..aee413be 100644 --- a/io/wol/39-wol.js +++ b/io/wol/39-wol.js @@ -16,7 +16,6 @@ module.exports = function(RED) { if (mac != null) { if (chk.test(mac)) { try { - node.warn(mac + ' ' + host); wol.wake(mac, {address: host}, function(error) { if (error) { node.warn(error); } else if (RED.settings.verbose) {