Skip to content

Commit

Permalink
Remove debug println.
Browse files Browse the repository at this point in the history
  • Loading branch information
xStrom committed Apr 19, 2020
1 parent 12675a0 commit 459cbef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion druid-shell/src/platform/gtk/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,6 @@ fn make_gdk_cursor(cursor: &Cursor, gdk_window: &gdk::Window) -> Option<gdk::Cur
}

fn get_mouse_button(button: u32) -> MouseButton {
println!("Button: {}", button);
match button {
1 => MouseButton::Left,
2 => MouseButton::Middle,
Expand Down

0 comments on commit 459cbef

Please sign in to comment.