Skip to content

Commit

Permalink
chore: Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
huytd committed May 30, 2024
1 parent 669996d commit 0242690
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ fn do_transform_keys(handle: Handle, is_delete: bool) -> bool {

fn do_restore_word(handle: Handle) {
unsafe {
println!(
"Restoring. Remove typed: {} - Send original: {}",
INPUT_STATE.get_displaying_word(),
INPUT_STATE.get_typing_buffer()
);
let backspace_count = INPUT_STATE.get_backspace_count(true);
debug!("Backspace count: {}", backspace_count);
_ = send_backspace(handle, backspace_count);
Expand Down

0 comments on commit 0242690

Please sign in to comment.