Removed stray println!

This commit is contained in:
Robin Quint 2024-04-24 15:10:31 +02:00
parent 04ebd7a603
commit e4d10ca19b

View File

@ -483,8 +483,6 @@ impl WinitPlatform {
// https://github.com/ocornut/imgui/issues/5047
handle_key_modifier(io, &key, pressed);
println!("KEY EVENT: {event:?}");
// Add main key event
if let Some(key) = to_imgui_key(key, event.location) {
io.add_key_event(key, pressed);