Skip to content

Commit

Permalink
Merge pull request #26 from xconnio/less-log
Browse files Browse the repository at this point in the history
remove redundant log when client disconnects
  • Loading branch information
om26er authored Jul 6, 2024
2 parents 754acb7 + 94a1d4f commit 339512b
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 339512b

Please sign in to comment.