diff --git a/public/src/client/unread.js b/public/src/client/unread.js index 5a2aaef93d..06f36272bf 100644 --- a/public/src/client/unread.js +++ b/public/src/client/unread.js @@ -73,7 +73,6 @@ define('forum/unread', [ var selector = categorySelector.init($('[component="category-selector"]'), { onSelect: function (category) { - console.log(category); selector.selectCategory(0); if (category.cid === 'all') { markAllRead();