Procházet zdrojové kódy

Removes accidentally committed debug message.

master
paweldomas před 10 roky
rodič
revize
c8bbded994
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0
    1
      modules/xmpp/strophe.emuc.js

+ 0
- 1
modules/xmpp/strophe.emuc.js Zobrazit soubor

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

Načítá se…
Zrušit
Uložit