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:
@@ -143,7 +143,7 @@ var async = require('async'),
|
||||
}
|
||||
topicData = topicData[0];
|
||||
topicData.unreplied = 1;
|
||||
console.log(topicData);
|
||||
|
||||
next(null, {
|
||||
topicData: topicData,
|
||||
postData: postData
|
||||
@@ -688,7 +688,6 @@ var async = require('async'),
|
||||
categoryTools.privileges(topicData.cid, current_user, next);
|
||||
},
|
||||
categoryData : function (next) {
|
||||
console.log(topicData.cid);
|
||||
categories.getCategoryFields(topicData.cid, ['name', 'slug', 'icon'], next);
|
||||
}
|
||||
}, callback);
|
||||
|
||||
Reference in New Issue
Block a user