Skip to content

Commit

Permalink
Removed stray println!
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob2309 committed Apr 24, 2024
1 parent 04ebd7a commit e4d10ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions imgui-winit-support/src/lib.rs
Expand Up @@ -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);
Expand Down

0 comments on commit e4d10ca

Please sign in to comment.