Skip to content

Commit

Permalink
net.unix: remove debug/trace eprintln (vlang#21517)
Browse files Browse the repository at this point in the history
  • Loading branch information
4kbyte authored May 17, 2024
1 parent eeaf8d9 commit 2a614bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vlib/net/unix/stream.c.v
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,6 @@ fn (mut s StreamSocket) connect(socket_path string) ! {
addr := addrs[0]
// cast to the correct type
alen := addr.len()
eprintln(addr)

$if net_nonblocking_sockets ? {
res := $if is_coroutine ? {
Expand Down

0 comments on commit 2a614bd

Please sign in to comment.