diff --git a/client/js/lounge.js b/client/js/lounge.js index 44eeb83f2f..a596955afb 100644 --- a/client/js/lounge.js +++ b/client/js/lounge.js @@ -507,16 +507,10 @@ $(function() { } if (container) { - if (documentFragment.children().length > 1) { - console.log(channel.data("title"), "optimized " + documentFragment.children().length + " messages"); - } - container.append(documentFragment).trigger("msg.sticky"); // Message arrived in a non active channel, trim it to 100 messages if (activeChannelId !== target && container.find(".msg").slice(0, -100).remove().length) { - console.log(channel.data("title"), "trimmed"); - channel.find(".show-more").addClass("show"); // Remove date-seperators that would otherwise