removed console.log

v1.18.x
barisusakli 11 years ago
parent 9b26b60082
commit aed9a9f76f

@ -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);

Loading…
Cancel
Save