mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-01 13:20:41 +01:00
fix: remove console.log
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user