mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
node-red-node-wol: remove warning
This commit is contained in:
parent
bfe5099c1d
commit
0e2f996579
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user