Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pentamassiv committed Oct 6, 2024
1 parent 460d0be commit b45a880
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/win/win_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ pub struct Enigo {
}

fn send_input(input: &[INPUT]) -> InputResult<()> {
println!("SEND INPUT");
if input.len() == 0 {
return Ok(());
}
Expand Down

0 comments on commit b45a880

Please sign in to comment.