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 } }