From b6281f020b4bfd9c75c931b9cb798793e7dd4ad9 Mon Sep 17 00:00:00 2001 From: Baris Usakli Date: Thu, 8 Aug 2013 15:54:39 -0400 Subject: [PATCH] removed console.logs --- src/routes/api.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes/api.js b/src/routes/api.js index 1a4094cdde..084bc1f709 100644 --- a/src/routes/api.js +++ b/src/routes/api.js @@ -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); }); }