Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions internal/server/sse.go
Original file line number Diff line number Diff line change
Expand Up @@ -594,8 +594,6 @@ func (b *SSEBroadcaster) broadcastTopologyUpdate() {
return
}

log.Printf("Broadcasting topology update to %d clients", len(clients))

// One broadcast cycle = one debounce fire that reaches clients. Counted
// here (not in the per-group loop below) so the metric reflects cycles,
// not the number of distinct namespace/view/policy groups.
Expand Down
Loading