mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
removed console.log
This commit is contained in:
@@ -199,7 +199,6 @@ var express = require('express'),
|
|||||||
|
|
||||||
if (cid.match(/^\d+\.rssgg$/)) {
|
if (cid.match(/^\d+\.rssgg$/)) {
|
||||||
fs.readFile('feeds/categories/' + cid, function (err, data) {
|
fs.readFile('feeds/categories/' + cid, function (err, data) {
|
||||||
console.log('data', data);
|
|
||||||
if (err) {
|
if (err) {
|
||||||
res.type('text').send(404, "Unable to locate an rss feed at this location.");
|
res.type('text').send(404, "Unable to locate an rss feed at this location.");
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user