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');