1
0
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:
Dave Conway-Jones 2022-06-29 10:07:56 +01:00
parent 4cfbc6a32a
commit 3ffd3f9fad
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF

View File

@ -55,7 +55,6 @@ module.exports = function(RED) {
timeout: 60000
}
if (this.resource !== "") { opts.resource = this.resource; }
console.log("OPTS",opts)
this.client = client(opts);
this.client.timeout = 60000;