mirror of
https://github.com/denoland/deno.git
synced 2025-01-07 06:46:59 -05:00
remove unnecessary logging
This commit is contained in:
parent
86c32caccc
commit
d5d6d58394
1 changed files with 0 additions and 3 deletions
|
@ -1020,9 +1020,6 @@ Deno.test(
|
|||
const socket = (request as any).agent.sockets["localhost:5929:"][0];
|
||||
socket.on("close", resolve);
|
||||
});
|
||||
request.on("socket", (socket) => {
|
||||
console.log(socket);
|
||||
});
|
||||
await promise;
|
||||
},
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue