Skip to content

Commit 5aaac12

Browse files
ibigbugcavivie
authored andcommitted
Update src/tcp.rs
1 parent 7375b8f commit 5aaac12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tcp.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,6 @@ impl AsyncWrite for TcpStream {
502502
cx: &mut Context<'_>,
503503
buf: &[u8],
504504
) -> Poll<std::io::Result<usize>> {
505-
error!("TcpStream::poll_write called with {} bytes", buf.len());
506505
let mut control = self.control.lock();
507506

508507
// If state == Close | Closing | Closed, the TCP stream WR half is closed.

0 commit comments

Comments
 (0)