refactor: remove console.log

This commit is contained in:
Barış Soner Uşaklı
2022-08-26 11:42:12 -04:00
committed by GitHub
parent b3b48fa62f
commit a2d0cd162d

View File

@@ -42,7 +42,6 @@ define('forum/topic', [
app.enterRoom('topic_' + tid); app.enterRoom('topic_' + tid);
if (tidChanged) { if (tidChanged) {
console.log('tid changed clearing');
posts.signaturesShown = {}; posts.signaturesShown = {};
} }
posts.onTopicPageLoad(components.get('post')); posts.onTopicPageLoad(components.get('post'));