Remove debug logging

This commit is contained in:
htrefil 2020-10-25 17:36:07 +01:00
parent 374e86ad47
commit 923b673563

View file

@ -103,8 +103,6 @@ async fn run(listen_address: SocketAddr, switch_keys: &HashSet<u16>) -> Result<I
}
}
log::debug!("Read event {:?}", event);
if key_states.iter().filter(|(_, state)| **state).count() == key_states.len() {
for (_, state) in &mut key_states {
*state = false;