removed console.log

This commit is contained in:
Baris Soner Usakli
2013-07-06 22:09:21 -04:00
parent ac04bef26e
commit 642bd5f3c8

View File

@@ -190,7 +190,6 @@ var express = require('express'),
var async = require('async');
function iterator(category, callback) {
console.log(category.cid);
categories.getRecentReplies(category.cid, 2, function(posts) {
category["posts"] = posts;
category["post_count"] = posts.length;