From d5995d77234da110e64f358b8afcc4774989e78b Mon Sep 17 00:00:00 2001 From: Avior Date: Thu, 26 Sep 2024 00:43:22 +0200 Subject: [PATCH] fix: missing deletion --- server/src/V2/endpoints/jsonEndpoints.ts | 1 - 1 file changed, 1 deletion(-) 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', '')