From 58f9c2c18d732902fa02c6cecc463a3338ce76b9 Mon Sep 17 00:00:00 2001 From: Baris Usakli Date: Mon, 4 Nov 2013 16:13:56 -0500 Subject: [PATCH] removed console.log --- src/topics.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/topics.js b/src/topics.js index 571f57a545..4afd446e7f 100644 --- a/src/topics.js +++ b/src/topics.js @@ -308,7 +308,6 @@ var RDB = require('./redis.js'), function getCategoryInfo(next) { categories.getCategoryFields(topicData.cid, ['name', 'slug', 'icon'], function(err, categoryData) { - console.log(categoryData); next(err, categoryData); }); }