Remove authenticated log

This pollutes the log a lot and doesn't help debugging.
All cases where a packet is not authenticated should already be
logged in different places, so just remove this.
This commit is contained in:
Matthias Einwag
2021-03-26 22:28:15 +00:00
committed by Dirkjan Ochtman
parent 3162df74b7
commit 20e9fbf545
-1
View File
@@ -1380,7 +1380,6 @@ where
Some(x) => x,
None => return,
};
trace!("authenticated");
if self.side.is_server() {
if self.spaces[SpaceId::Initial].crypto.is_some() && space_id == SpaceId::Handshake {
// A server stops sending and processing Initial packets when it receives its first Handshake packet.