mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
removed console.log
This commit is contained in:
@@ -753,7 +753,7 @@ var async = require('async'),
|
||||
|
||||
if (isTopicVisible(topicData, topicInfo)) {
|
||||
retrieved_topics.push(topicData);
|
||||
} else console.log('not visible');
|
||||
}
|
||||
|
||||
next(null);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user