Skip to content

Commit

Permalink
remove unnecessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Linnea Myllynen committed Aug 18, 2022
1 parent 3580c35 commit 1190142
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ const main = async () => {
res.json(entries).status(200)
}
} catch (e) {
console.log('error täällä näi')
res.status(e.statusCode).send(e.message)
}
}
Expand Down

0 comments on commit 1190142

Please sign in to comment.