removed console.logs

This commit is contained in:
Baris Usakli
2013-08-08 15:54:39 -04:00
parent e979d1bf0d
commit b6281f020b

View File

@@ -26,7 +26,6 @@ var user = require('./../user.js'),
categories.getRecentReplies(category.cid, 2, function(posts) {
category["posts"] = posts;
category["post_count"] = posts.length>2 ? 2 : posts.length;
console.log(category.cid, 'worked');
callback(null);
});
}