From aed9a9f76fa2ea7c6a14986f7dadc58d14b9d067 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Sun, 7 Sep 2014 21:41:39 -0400 Subject: [PATCH] removed console.log --- src/categories/update.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/categories/update.js b/src/categories/update.js index fa04d99deb..002628d723 100644 --- a/src/categories/update.js +++ b/src/categories/update.js @@ -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);