mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
removing debug statements from feed.js
This commit is contained in:
@@ -7,8 +7,6 @@
|
|||||||
rss = require('node-rss');
|
rss = require('node-rss');
|
||||||
|
|
||||||
function saveFeed(location, feed) {
|
function saveFeed(location, feed) {
|
||||||
console.log(rss.getFeedXML(feed));
|
|
||||||
console.log('derp');
|
|
||||||
fs.writeFile(location, rss.getFeedXML(feed), function (err) {
|
fs.writeFile(location, rss.getFeedXML(feed), function (err) {
|
||||||
if (err) throw err;
|
if (err) throw err;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user