removed logging

This commit is contained in:
Nicolai Ort 2021-09-25 17:12:22 +02:00
parent f15282a3f9
commit d097eccbd9
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@ fastify.get('/e/:id', async (req, res) => {
//Normal shorturls
fastify.get('/:shortcode', async (req, res) => {
const shortcode = req.params.shortcode;
console.log(req.headers['user-agent'])
//This should never happen but better safe than 500
if (!shortcode) {