diff --git a/desktop/src/input.rs b/desktop/src/input.rs index 846d20e3b..6c84cfee8 100644 --- a/desktop/src/input.rs +++ b/desktop/src/input.rs @@ -61,7 +61,6 @@ impl WinitInputBackend { } }, WindowEvent::ReceivedCharacter(codepoint) => { - log::info!("rc: {}", codepoint); return Some(PlayerEvent::TextInput { codepoint }); } _ => (), @@ -328,7 +327,6 @@ fn winit_key_to_char(key_code: VirtualKeyCode, is_shift_down: bool) -> Option ' ',