mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
tls: remove an uneeded and annoying debug line
Change-Id: I0913251c29f7d4a8c020c46f27216ce4a7753040 Reviewed-by: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
This commit is contained in:

committed by
Sébastien Blin

parent
f961c32203
commit
1bf8957c36
@ -1017,8 +1017,6 @@ TlsSession::TlsSessionImpl::flushRxQueue()
|
||||
|
||||
gapOffset_ = std::max(gapOffset_, next_offset);
|
||||
lastReadTime_ = clock::now();
|
||||
|
||||
RING_DBG("[dtls] push 0x%lx (%lu pkt)", first_offset, gapOffset_ - first_offset);
|
||||
}
|
||||
|
||||
TlsSessionState
|
||||
|
Reference in New Issue
Block a user