|
|
@@ -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;
|
|
|
}
|
|
|
}
|