은승우

debug app.js

Showing 1 changed file with 1 additions and 1 deletions
...@@ -105,7 +105,7 @@ function handleEvent(event) { ...@@ -105,7 +105,7 @@ function handleEvent(event) {
105 request.post(options, function (error, response, body) { 105 request.post(options, function (error, response, body) {
106 var data=JSON.stringify(body); 106 var data=JSON.stringify(body);
107 var text=''; 107 var text='';
108 - console.log(data); 108 + console.log("data:"+data);
109 while(data.indexOf('text\\')!=-1) 109 while(data.indexOf('text\\')!=-1)
110 { 110 {
111 data=data.substring(data.indexOf('text\\')+9); 111 data=data.substring(data.indexOf('text\\')+9);
......