mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
removed couple console.logs
This commit is contained in:
@@ -189,7 +189,6 @@ var RDB = require('./redis.js'),
|
||||
--topicCountToLoad;
|
||||
|
||||
if(retrieved_topics.length === topicCountToLoad) {
|
||||
console.log('derp');
|
||||
callback(retrieved_topics);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user