From 9c75e7cafe503b132fe0a32a72a106320c20f00e Mon Sep 17 00:00:00 2001 From: Ben Borgers Date: Mon, 3 Jun 2024 23:11:15 -0400 Subject: [PATCH] Remove request logging --- index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/index.ts b/index.ts index 9ab6ec9..d9f9dc4 100644 --- a/index.ts +++ b/index.ts @@ -58,7 +58,6 @@ const respondWithImage = async (url: string, random = false) => { export default { async fetch(request) { - console.log("request", request.url); const url = new URL(request.url); const path = url.pathname.replace(/^\/+|\/+$/g, ""); const style = url.searchParams.get("style") ?? "apple";