From ce1dd41e1c6c112d87d8c85cc913d9fff011989d Mon Sep 17 00:00:00 2001 From: Domai Date: Sat, 29 Jul 2023 13:33:05 +0200 Subject: [PATCH] remove print --- api/history.ts | 1 - 1 file changed, 1 deletion(-) 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))