Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhou121 committed Jun 11, 2024
1 parent 139ce92 commit 35b60fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lapce-app/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,6 @@ fn editor_tab_header(

let tab_close_button = clickable_icon(
move || {
println!("tab close button change");
if hovered.get() || info.with(|info| info.is_pristine) {
LapceIcons::CLOSE
} else {
Expand Down

0 comments on commit 35b60fd

Please sign in to comment.