From 46cf6081af88e580b030c613909669b5669840fa Mon Sep 17 00:00:00 2001 From: HorizonCode Date: Sun, 14 May 2023 22:07:51 +0200 Subject: [PATCH] remove debug log --- mod.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/mod.ts b/mod.ts index 5b5566b..83680ad 100644 --- a/mod.ts +++ b/mod.ts @@ -292,7 +292,6 @@ export class HTTPServer { this.handleNotFound(routeRequest, routeReply, requestEvent); } } catch (_err) { - console.log(_err); // Ignore http connections that where closed before reply was sent } }