mirror of
https://github.com/livekit/livekit.git
synced 2026-05-31 00:44:16 +00:00
Delete spammy log (#2476)
* Move spammy log to Debugw * Actually, delete as log is not useful
This commit is contained in:
@@ -572,15 +572,6 @@ func (s *StreamTrackerManager) updateLayerOffsetLocked(ref, other int32) {
|
||||
// Rationale: higher layers could be paused for extended periods of time
|
||||
// due to adaptive stream/dynacast or publisher constraints like CPU/bandwidth.
|
||||
// The check is to avoid using very old reports.
|
||||
s.logger.Infow(
|
||||
"skipping offset update",
|
||||
"ref", ref,
|
||||
"refNTP", srRef.NTPTimestamp.Time().String(),
|
||||
"refRTP", srRef.RTPTimestamp,
|
||||
"other", other,
|
||||
"otherNTP", srOther.NTPTimestamp.Time().String(),
|
||||
"otherRTP", srOther.RTPTimestamp,
|
||||
)
|
||||
return
|
||||
}
|
||||
rtpDiff := ntpDiff.Nanoseconds() * int64(s.clockRate) / 1e9
|
||||
|
||||
Reference in New Issue
Block a user