removing debug statements from feed.js

v1.18.x
Julian Lam
parent b0111274ad
commit e32111c8bc

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

Loading…
Cancel
Save