Skip to content

Commit

Permalink
remove the rest of debug info
Browse files Browse the repository at this point in the history
Summary: one more debug line left and is spamming logs now

Reviewed By: leoleovich

Differential Revision: D53148497

fbshipit-source-id: 5c86c44072334667e5ac8a8115dfba1f5a93418e
  • Loading branch information
vvfedorenko authored and facebook-github-bot committed Jan 27, 2024
1 parent 41c2ef6 commit c1f5792
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions servo/pi.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,6 @@ func (f *PiServoFilter) Sample(s *PiServoFilterSample) {
f.offsetStdev = int64(math.Sqrt(float64(offsetSigmaSq) / float64(f.offsetSamplesCount)))
f.lastOffset = s.offset

log.Infof("Filter.Sample: offset stdev %d, offset mean %d, freq stdev %0.3f", f.offsetStdev, f.offsetMean, f.freqStdev)

/*
* Mean frequency is heavily affected by the values used to compensate for offsets in case of
* recovering after holdover state. If we have to go to holdover again while recovering from
Expand Down

0 comments on commit c1f5792

Please sign in to comment.