debugging

This commit is contained in:
Martin Donnelly 2015-07-31 13:10:04 +01:00
parent 46be1be729
commit a1c730bfa2

View File

@ -226,9 +226,7 @@ rss_braider.processFeed('simple_test_feed', 'json', function (err, data) {
});
rss_braider.processFeed('simple_test_feed', 'rss', function (err, data) {
if (err) {
return console.log(err);
}
fs.writeFile(__dirname + "/html/" + outputFile + ".xml", data, function (err) {
if (err) {
return console.log(err);