Browse Source

[bugfix] removed debug

isundil 8 years ago
parent
commit
b14f833ebe
1 changed files with 0 additions and 2 deletions
  1. 0 2
      cli/ui.js

+ 0 - 2
cli/ui.js

@@ -565,7 +565,6 @@ document.addEventListener('DOMContentLoaded', function() {
                     if (channelCtx) {
                         if (!roomInfo.isParentOf(t))
                             roomInfo.populate(channelCtx, channelCtx.getChatContext().channels[href]).show(t);
-                        console.log("out");
                         return;
                     }
                     channelCtx = DATA.context.getUserContext(href);
@@ -574,7 +573,6 @@ document.addEventListener('DOMContentLoaded', function() {
                         if (room) {
                             if (!roomInfo.isParentOf(t))
                                 roomInfo.populate(channelCtx, room).show(t);
-                            console.log("out");
                             return;
                         }
                     }