Skip to content

Commit

Permalink
[FIX] removed console.log on transport close (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Aug 28, 2023
1 parent 4d6d7ee commit 83b2138
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ws_transport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ export class WsTransport implements Transport {
this.closeError = err;
if (!err) {
while (!this.socketClosed && this.socket.bufferedAmount > 0) {
console.log(this.socket.bufferedAmount);
await delay(100);
}
}
Expand Down

0 comments on commit 83b2138

Please sign in to comment.