removed console.log

v1.18.x
Baris Soner Usakli 12 years ago
parent 7c31e12e6b
commit b25033be45

@ -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;

Loading…
Cancel
Save