From 0e2f99657991539cff01edfd6abefa802b539896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20L=C3=A9caud=C3=A9?= Date: Sat, 12 Nov 2016 17:44:31 -0500 Subject: [PATCH] node-red-node-wol: remove warning --- io/wol/39-wol.js | 1 - 1 file changed, 1 deletion(-) 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) {