Skip to content

Commit

Permalink
how did I not notice the debug println!?
Browse files Browse the repository at this point in the history
  • Loading branch information
msparkles committed Jul 3, 2024
1 parent e9a4156 commit fca135b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/yakui-widgets/src/widgets/textbox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,6 @@ impl Widget for TextBoxWidget {
self.props.style.attrs.as_attrs(),
cosmic_text::Shaping::Advanced,
);

println!("hi");
});

editor.set_cursor(cosmic_text::Cursor::new(0, 0));
Expand Down

0 comments on commit fca135b

Please sign in to comment.