Remove logging

This commit is contained in:
Olav Sundfør 2023-03-10 13:21:14 +01:00 committed by GitHub
parent 13f1c2e019
commit aee18a8162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ interface HandlerData {
export const handler: Handlers<HandlerData> = {
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) {