소스 검색

Removes accidentally committed debug message.

master
paweldomas 10 년 전
부모
커밋
c8bbded994
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      modules/xmpp/strophe.emuc.js

+ 0
- 1
modules/xmpp/strophe.emuc.js 파일 보기

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

Loading…
취소
저장