Removes accidentally committed debug message.

pull/344/merge
paweldomas 9 years ago
parent 2a2702c13a
commit c8bbded994
  1. 1
      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');

Loading…
Cancel
Save