debugging

This commit is contained in:
Martin Donnelly 2015-07-31 13:10:53 +01:00
parent a1c730bfa2
commit d7709e5764

View File

@ -225,6 +225,7 @@ rss_braider.processFeed('simple_test_feed', 'json', function (err, data) {
});
});
/*
rss_braider.processFeed('simple_test_feed', 'rss', function (err, data) {
fs.writeFile(__dirname + "/html/" + outputFile + ".xml", data, function (err) {
@ -235,4 +236,5 @@ rss_braider.processFeed('simple_test_feed', 'rss', function (err, data) {
console.log("The file was saved!");
});
});
*/