mirror of
https://github.com/livekit/livekit.git
synced 2026-04-28 14:55:48 +00:00
remove error message
This commit is contained in:
@@ -84,12 +84,8 @@ func (t *TelemetryService) TrackUnpublished(participantID, identity string, trac
|
||||
t.RLock()
|
||||
if w := t.workers[participantID]; w != nil {
|
||||
w.RemoveBuffer(ssrc)
|
||||
t.RUnlock()
|
||||
} else {
|
||||
logger.Errorw("missing stats worker", nil, "participantID", participantID)
|
||||
t.RUnlock()
|
||||
return
|
||||
}
|
||||
t.RUnlock()
|
||||
|
||||
prometheus.SubPublishedTrack(track.Type.String())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user