From 71754f138e3189ced1c8b737a6b7b270a5445b02 Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Fri, 31 Jul 2015 12:44:41 +0100 Subject: [PATCH] debugging braider --- lifestyle.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lifestyle.js b/lifestyle.js index 5e6c810..a3cd5d5 100644 --- a/lifestyle.js +++ b/lifestyle.js @@ -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);