remove debug log
This commit is contained in:
parent
997fe6dc77
commit
46cf6081af
1
mod.ts
1
mod.ts
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue
Block a user