Skip to content

Commit

Permalink
remove redundant log when client disconnects
Browse files Browse the repository at this point in the history
  • Loading branch information
om26er committed Jul 6, 2024
1 parent 754acb7 commit 94a1d4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ func (s *Server) Start(host string, port int) error {
go func() {
base, err := s.acceptor.Accept(conn)
if err != nil {
log.Println(err)
return
}

Expand Down

0 comments on commit 94a1d4f

Please sign in to comment.