mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
remove superfluous logging
This commit is contained in:
parent
4cfbc6a32a
commit
3ffd3f9fad
@ -55,7 +55,6 @@ module.exports = function(RED) {
|
|||||||
timeout: 60000
|
timeout: 60000
|
||||||
}
|
}
|
||||||
if (this.resource !== "") { opts.resource = this.resource; }
|
if (this.resource !== "") { opts.resource = this.resource; }
|
||||||
console.log("OPTS",opts)
|
|
||||||
this.client = client(opts);
|
this.client = client(opts);
|
||||||
|
|
||||||
this.client.timeout = 60000;
|
this.client.timeout = 60000;
|
||||||
|
Loading…
Reference in New Issue
Block a user