debugging braider
This commit is contained in:
parent
033f35f056
commit
71754f138e
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user