Skip to content

Commit

Permalink
remove debuglog
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby committed Apr 25, 2024
1 parent 464eb6e commit f4e983e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hscontrol/notifier/notifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ func (b *batcher) flush() {

if b.nodesChanged || b.patchesChanged {
p := maps.Keys(b.patches)
log.Trace().Interface("nodes-with-patches", p).Interface("nodes-with-changes", b.changedNodeIDs.Slice().AsSlice()).Msg("BATCHER FLUSH")

var patches []*tailcfg.PeerChange
// If a node is getting a full update from a change
Expand Down

0 comments on commit f4e983e

Please sign in to comment.