mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-06 15:42:52 +01:00
removed console.log
This commit is contained in:
@@ -13,7 +13,6 @@ module.exports = function(Categories) {
|
||||
function updateCategory(cid, next) {
|
||||
var category = modified[cid];
|
||||
var fields = Object.keys(category);
|
||||
console.log('updating', cid, 'fields:', fields);
|
||||
|
||||
async.each(fields, function(key, next) {
|
||||
updateCategoryField(cid, key, category[key], next);
|
||||
|
||||
Reference in New Issue
Block a user