Removes accidentally committed debug message.

This commit is contained in:
paweldomas 2015-08-18 10:11:47 +02:00
parent 2a2702c13a
commit c8bbded994
1 changed files with 0 additions and 1 deletions

View File

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