diff --git a/api/history.ts b/api/history.ts index 6b903db..ed1e360 100644 --- a/api/history.ts +++ b/api/history.ts @@ -48,7 +48,6 @@ export default async (req: Request, res: Respo } = req.query prepareResponse(res) - console.log(theme) try { const data = await fetchHistory(username, clampValue(parseNumber(days_count) || 14, 1, 30))