Browse Source

Removes accidentally committed debug message.

efficient_tiling
paweldomas 10 years ago
parent
commit
c8bbded994
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      modules/xmpp/strophe.emuc.js

+ 0
- 1
modules/xmpp/strophe.emuc.js View File

627
             if (displayName && displayName.length > 0) {
627
             if (displayName && displayName.length > 0) {
628
                 eventEmitter.emit(XMPPEvents.DISPLAY_NAME_CHANGED, from, displayName);
628
                 eventEmitter.emit(XMPPEvents.DISPLAY_NAME_CHANGED, from, displayName);
629
             }
629
             }
630
-            console.info("Display name: " + displayName, pres);
631
 
630
 
632
             var id = $(pres).find('>userID').text();
631
             var id = $(pres).find('>userID').text();
633
             var email = $(pres).find('>email');
632
             var email = $(pres).find('>email');

Loading…
Cancel
Save