From 0fee92bf32fe6d935b0ef492c7c79e962bd160b3 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Tue, 16 Oct 2012 11:40:28 +0200 Subject: [PATCH] Uncomment stanza logging to the console --- converse.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/converse.js b/converse.js index 4725ffc14..6cbd0d3e9 100644 --- a/converse.js +++ b/converse.js @@ -1470,8 +1470,8 @@ this.username = chatdata.attr('username'); $(document).bind('jarnxmpp.connected', $.proxy(function () { - this.connection.xmlInput = function (body) { console.log(body); }; - this.connection.xmlOutput = function (body) { console.log(body); }; + // this.connection.xmlInput = function (body) { console.log(body); }; + // this.connection.xmlOutput = function (body) { console.log(body); }; this.connection.bare_jid = Strophe.getBareJidFromJid(this.connection.jid); this.connection.domain = Strophe.getDomainFromJid(this.connection.jid);