Do not log no packets in delta. (#3427)

Can happen a lot with dynacast layer turn off.
This commit is contained in:
Raja Subramanian
2025-02-13 11:25:57 +05:30
committed by GitHub
parent 1c3c70a136
commit f160f6200a
-7
View File
@@ -476,13 +476,6 @@ func (r *rtpStatsBase) deltaInfo(
StartTime: time.Unix(0, startTime),
EndTime: time.Unix(0, endTime),
}
loggingFields = []interface{}{
"snapshotID", snapshotID,
"snapshotNow", now,
"snapshotThen", then,
"duration", time.Duration(endTime - startTime),
}
err = errors.New("no packets in delta")
return
}