diff --git a/server.js b/server.js index f16c697..77ee2f8 100644 --- a/server.js +++ b/server.js @@ -36,14 +36,6 @@ function callLoadInitializeData(req, res, resdata){ // The whole response has been received. Print out the result. resp.on('end', () => { if(data !== 'no match'){ - - resdata = { - "status": "INSERT ERROR", - "detail": { - "sheetname": "ini_データ入力シート", - "construction_id": "5" - } - } //resdata = JSON.parse(data); console.log(resdata.status);