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
1 changed files with 0 additions and 1 deletions

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;