Removes accidentally committed debug message.
This commit is contained in:
parent
2a2702c13a
commit
c8bbded994
|
@ -627,7 +627,6 @@ module.exports = function(XMPP, eventEmitter) {
|
||||||
if (displayName && displayName.length > 0) {
|
if (displayName && displayName.length > 0) {
|
||||||
eventEmitter.emit(XMPPEvents.DISPLAY_NAME_CHANGED, from, displayName);
|
eventEmitter.emit(XMPPEvents.DISPLAY_NAME_CHANGED, from, displayName);
|
||||||
}
|
}
|
||||||
console.info("Display name: " + displayName, pres);
|
|
||||||
|
|
||||||
var id = $(pres).find('>userID').text();
|
var id = $(pres).find('>userID').text();
|
||||||
var email = $(pres).find('>email');
|
var email = $(pres).find('>email');
|
||||||
|
|
Loading…
Reference in New Issue