removed console.log

This commit is contained in:
Baris Soner Usakli
2013-07-21 16:17:39 -04:00
parent 7c31e12e6b
commit b25033be45

View File

@@ -199,7 +199,6 @@ var express = require('express'),
if (cid.match(/^\d+\.rssgg$/)) {
fs.readFile('feeds/categories/' + cid, function (err, data) {
console.log('data', data);
if (err) {
res.type('text').send(404, "Unable to locate an rss feed at this location.");
return;