Skip to content

Commit

Permalink
remove default
Browse files Browse the repository at this point in the history
  • Loading branch information
raspi committed Jul 17, 2022
1 parent ec95c15 commit 79b92c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,6 @@ func (s *Server) Listen() {
c := serverclient.NewClient(conn, s.errch, s.tooSlowPacketsBehind)
go c.Listen()
s.clients[c.GetId()] = c

default:

}
}
}
Expand Down

0 comments on commit 79b92c3

Please sign in to comment.