Ubuntu

delete omment

Showing 1 changed file with 0 additions and 19 deletions
...@@ -37,25 +37,6 @@ app.post('/hook', function (req, res) { ...@@ -37,25 +37,6 @@ app.post('/hook', function (req, res) {
37 // } 37 // }
38 }) 38 })
39 39
40 - // ########
41 - // file import
42 - // for(let i=0; i<200; i++){
43 - // [000660, SK하이닉스]
44 - // stockList = [[000660, sk하이닉스], []]
45 -
46 - //}
47 -
48 - // for (let i=0; i<stockList.length; i++){
49 - // if (eventObj.message.text == stockList[i][1]){
50 - // stock_code = stockList[i][0]
51 - // }
52 - // else{
53 - // print('Not in list');
54 - // }
55 - // }
56 - // ############
57 -
58 -
59 // request log 40 // request log
60 console.log('======================', new Date() ,'======================'); 41 console.log('======================', new Date() ,'======================');
61 console.log('[request]', req.body); 42 console.log('[request]', req.body);
......