diff --git a/src/index.js b/src/index.js index b3b4d23..1f85168 100644 --- a/src/index.js +++ b/src/index.js @@ -91,8 +91,6 @@ app.post('/', async (req, res, next) => { const response = await fetch(endpoint, payload) .then(res => res.json()); - console.log(response); - if (!response.ok) console.log(response); if (response.ok) console.log('\non '+moment().format('dddd, MMMM Do YYYY, h:mma').toLowerCase()+' a card was drawn from Slack');