diff options
-rw-r--r-- | src/app.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app.ts b/src/app.ts index e03f50e..61e62bc 100644 --- a/src/app.ts +++ b/src/app.ts @@ -142,7 +142,6 @@ export const server = { }); try { const file = files.get(pathname); - metrics.requests.inc({ path: pathname }); if (file && (await file.handle.exists())) { if ( parseIfModifiedSinceHeader( |