remove some debug logs

This commit is contained in:
Ferdinand Schober
2024-09-24 19:22:17 +02:00
parent ed7771691f
commit 859bec5df8
5 changed files with 9 additions and 17 deletions

View File

@@ -41,11 +41,7 @@ impl Emulation {
Some(e) => e,
None => break,
};
if let ProtoEvent::Ping = event {
log::trace!("{event} <-<-<-<-<- {addr}");
} else {
log::info!("{event} <-<-<-<-<- {addr}");
}
log::trace!("{event} <-<-<-<-<- {addr}");
last_response.insert(addr, Instant::now());
match event {
ProtoEvent::Enter(_) => {