refactor(peer): remove debug logging from send queue worker

This commit is contained in:
zarazaex69
2026-04-12 23:14:17 +03:00
parent 8026d9cf7a
commit 80c31fe95f

View File

@@ -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 {