remove error message

This commit is contained in:
David Colburn
2021-11-09 09:33:21 -08:00
parent 8b7a776af6
commit 01cf22f2c4
+1 -5
View File
@@ -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())