From aee18a8162369a488b3127e1aee015a266350547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20Sundf=C3=B8r?= Date: Fri, 10 Mar 2023 13:21:14 +0100 Subject: [PATCH] Remove logging --- routes/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/routes/index.tsx b/routes/index.tsx index e5a6b4f..9e5c81c 100644 --- a/routes/index.tsx +++ b/routes/index.tsx @@ -13,7 +13,6 @@ interface HandlerData { export const handler: Handlers = { async GET(request, ctx) { const url = new URL(request.url); - console.log(url) const query = url.searchParams.get("query"); let result: Serie[] | undefined; if (query) {