mirror of
https://github.com/htrefil/rkvm.git
synced 2025-01-18 10:26:12 +01:00
Remove debug logging
This commit is contained in:
parent
374e86ad47
commit
923b673563
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue