Skip to content

Commit

Permalink
Remove pointless debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
DaneEveritt committed Sep 12, 2020
1 parent 5a62f83 commit fa6f56c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions router/websocket/listeners.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ func (h *Handler) ListenForServerEvents(ctx context.Context) {
go func(ctx context.Context) {
select {
case <-ctx.Done():
if h.jwt != nil {
h.server.Log().WithField("jwt_subject", h.jwt.Subject).Debug("unsubscribing server from event listeners")
}
h.server.Events().Unsubscribe(e, eventChannel)

close(eventChannel)
Expand Down

0 comments on commit fa6f56c

Please sign in to comment.