chore: remove debug console table log in node/http2 (#22741)

This commit is contained in:
Divy Srivastava 2024-03-06 18:13:10 +05:30 committed by GitHub
parent d283a53655
commit 89d7bc693a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -317,7 +317,6 @@ function closeSession(session: Http2Session, code?: number, error?: Error) {
session[kDenoConnRid],
session[kDenoClientRid],
);
console.table(Deno[Deno.internal].core.resources());
if (session[kDenoConnRid]) {
core.tryClose(session[kDenoConnRid]);
}