Skip to content

Commit b3b1704

Browse files
committed
Remove dbg statement
Oops.
1 parent df092a1 commit b3b1704

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/io_uring/net.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ impl<A: SocketAddress> FdOp for SocketNameOp<A> {
185185
name: &mut Self::Args,
186186
err: io::Error,
187187
) -> io::Result<Self::Output> {
188-
dbg!(&err, err.raw_os_error() == Some(libc::EOPNOTSUPP));
189188
match err.raw_os_error() {
190189
Some(libc::EOPNOTSUPP) => {
191190
let (ptr, length) = unsafe { A::as_mut_ptr(&mut (resources.0).0) };

0 commit comments

Comments
 (0)