mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-06-07 21:04:42 +00:00
refactor(peer): remove debug logging from send queue worker
This commit is contained in:
@@ -1041,8 +1041,6 @@ func (p *Peer) WatchConnection(ctx context.Context) {
|
||||
}
|
||||
|
||||
func (p *Peer) processSendQueue(workerID int, sessionCloseCh <-chan struct{}) {
|
||||
log.Printf("[WORKER-%d] Started", workerID)
|
||||
defer log.Printf("[WORKER-%d] Stopped", workerID)
|
||||
|
||||
for {
|
||||
select {
|
||||
|
||||
Reference in New Issue
Block a user