diff --git a/server/src/V2/endpoints/jsonEndpoints.ts b/server/src/V2/endpoints/jsonEndpoints.ts index fcc3ddb4b..a5e52250c 100644 --- a/server/src/V2/endpoints/jsonEndpoints.ts +++ b/server/src/V2/endpoints/jsonEndpoints.ts @@ -251,7 +251,6 @@ server */ .get('/:lang/:endpoint/:id/:subid', (req: CustomRequest, res) => { let { id, lang, endpoint, subid } = req.params - console.log(req.params) if (subid.endsWith('.json')) { subid = subid.replace('.json', '')