Skip to content

Commit

Permalink
Remove debugging log line
Browse files Browse the repository at this point in the history
  • Loading branch information
fako1024 committed Jun 11, 2024
1 parent a5263ab commit c623013
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/capture/capture_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -502,10 +502,6 @@ func (cm *Manager) rotate(ctx context.Context, writeoutChan chan<- capturetypes.
return
}

logger.With(
"ifaces", ifaces,
).Info("rotating interfaces")

// Iteratively rotate all interfaces. Since the rotation results are put on the writeoutChan for
// writeout by the DBWriter (which is sequential and certainly slower than the actual in-memory rotation)
// there is no significant benefit from running the rotations in parallel, thus allowing us to minimize
Expand Down

0 comments on commit c623013

Please sign in to comment.