mirror of
https://github.com/denoland/deno.git
synced 2025-01-22 06:09:25 -05:00
chore: remove debug console table log in node/http2 (#22741)
This commit is contained in:
parent
d283a53655
commit
89d7bc693a
1 changed files with 0 additions and 1 deletions
|
@ -317,7 +317,6 @@ function closeSession(session: Http2Session, code?: number, error?: Error) {
|
||||||
session[kDenoConnRid],
|
session[kDenoConnRid],
|
||||||
session[kDenoClientRid],
|
session[kDenoClientRid],
|
||||||
);
|
);
|
||||||
console.table(Deno[Deno.internal].core.resources());
|
|
||||||
if (session[kDenoConnRid]) {
|
if (session[kDenoConnRid]) {
|
||||||
core.tryClose(session[kDenoConnRid]);
|
core.tryClose(session[kDenoConnRid]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue