From b34308062be446650463ee1a05c03ab92a5960a8 Mon Sep 17 00:00:00 2001 From: heapwolf Date: Tue, 30 Apr 2024 14:02:04 +0200 Subject: [PATCH] chore(worker): remove logs --- src/worker.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/worker.js b/src/worker.js index 861c724..86a24f5 100644 --- a/src/worker.js +++ b/src/worker.js @@ -97,7 +97,6 @@ export default async function (req, env, ctx) { let html = data if (url.pathname.endsWith('index.html')) { - console.log('SERVING') html = html.replace(//, ``) html = html.replace('', ``) }