fix: remove console.log

v1.18.x
Barış Soner Uşaklı 4 years ago
parent 622ff9cd6a
commit 550cd995e8

@ -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();

Loading…
Cancel
Save