Skip to content

Commit

Permalink
remove lint
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>
  • Loading branch information
peterbroadhurst committed Jan 29, 2024
1 parent cb56b53 commit 2afc91f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/wsserver/wsserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ func (s *webSocketServer) Handler(w http.ResponseWriter, r *http.Request) {
s.connections[c.id] = c
}

// i18n.NewError(s.ctx, i18n.MsgWebSocketClosed, connInfo)

func (s *webSocketServer) connectionClosed(c *webSocketConnection) {
s.mux.Lock()
defer s.mux.Unlock()
Expand Down

0 comments on commit 2afc91f

Please sign in to comment.