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:
Guillaume Roguez
2017-11-28 14:46:06 -05:00
committed by Sébastien Blin
parent f961c32203
commit 1bf8957c36

View File

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