From c8bbded994436b41bc8eafdeffddf716f74844f7 Mon Sep 17 00:00:00 2001 From: paweldomas Date: Tue, 18 Aug 2015 10:11:47 +0200 Subject: [PATCH] Removes accidentally committed debug message. --- modules/xmpp/strophe.emuc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/xmpp/strophe.emuc.js b/modules/xmpp/strophe.emuc.js index a01b59772..9720fe3bd 100644 --- a/modules/xmpp/strophe.emuc.js +++ b/modules/xmpp/strophe.emuc.js @@ -627,7 +627,6 @@ module.exports = function(XMPP, eventEmitter) { if (displayName && displayName.length > 0) { eventEmitter.emit(XMPPEvents.DISPLAY_NAME_CHANGED, from, displayName); } - console.info("Display name: " + displayName, pres); var id = $(pres).find('>userID').text(); var email = $(pres).find('>email');