Skip to content

Commit 1f9ff38

Browse files
author
mirkobrombin
committed
chore: cleanup
1 parent ea3f095 commit 1f9ff38

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

main.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,6 @@ func handleConnection(conn net.Conn) {
162162
for {
163163
message, err := reader.ReadString('\n')
164164
if err != nil {
165-
if err != io.EOF {
166-
log.Printf("Error reading from connection: %v", err)
167-
}
168165
break
169166
}
170167

0 commit comments

Comments
 (0)