은승우

Update app.js

Showing 1 changed file with 0 additions and 1 deletions
...@@ -73,7 +73,6 @@ app.post('/webhook', line.middleware(config), (req, res) => { ...@@ -73,7 +73,6 @@ app.post('/webhook', line.middleware(config), (req, res) => {
73 // event handler 73 // event handler
74 async function handleEvent(event) { 74 async function handleEvent(event) {
75 console.log(event.type); 75 console.log(event.type);
76 - console.log(event.message);
77 76
78 77
79 if (event.type !== 'message' && (event.message.type !== 'text'||event.message.type !== 'image')) { 78 if (event.type !== 'message' && (event.message.type !== 'text'||event.message.type !== 'image')) {
......