From 3ffd3f9fad9f77c6fe365a74e45341e2aa0d1232 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Wed, 29 Jun 2022 10:07:56 +0100 Subject: [PATCH] remove superfluous logging --- social/xmpp/92-xmpp.js | 1 - 1 file changed, 1 deletion(-) diff --git a/social/xmpp/92-xmpp.js b/social/xmpp/92-xmpp.js index 60809533..7e9d0967 100644 --- a/social/xmpp/92-xmpp.js +++ b/social/xmpp/92-xmpp.js @@ -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;