remove debug log

This commit is contained in:
HorizonCode 2023-05-14 22:07:51 +02:00
parent 997fe6dc77
commit 46cf6081af

1
mod.ts
View File

@ -292,7 +292,6 @@ export class HTTPServer {
this.handleNotFound(routeRequest, routeReply, requestEvent); this.handleNotFound(routeRequest, routeReply, requestEvent);
} }
} catch (_err) { } catch (_err) {
console.log(_err);
// Ignore http connections that where closed before reply was sent // Ignore http connections that where closed before reply was sent
} }
} }