debugging braider

This commit is contained in:
Martin Donnelly 2015-07-31 12:44:41 +01:00
parent 033f35f056
commit 71754f138e

View File

@ -207,16 +207,16 @@ rss_braider.processFeed('simple_test_feed', 'json', function (err, data) {
}
console.log('B');
var j;
/* var j;
try{
j = JSON.parse(data);
}catch(e){
console.log('!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!');
console.log(e);
console.log('!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!');
}
}*/
console.log('C');
console.log(data);
//var ejsOutput = ejs.compile(str)(j);