mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
removed console.log
This commit is contained in:
@@ -308,7 +308,6 @@ var RDB = require('./redis.js'),
|
||||
|
||||
function getCategoryInfo(next) {
|
||||
categories.getCategoryFields(topicData.cid, ['name', 'slug', 'icon'], function(err, categoryData) {
|
||||
console.log(categoryData);
|
||||
next(err, categoryData);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user