Skip to content

Commit

Permalink
remove debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
LegitCamper committed Oct 11, 2024
1 parent 6000bff commit 9b36b14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/widgets/command_palatte.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ pub fn command_palatte<'a>(
.padding(10)
.center(600);

println!("has error: {}", state.has_error);
if state.has_error {
window = window.style(|theme: &Theme| container::Style {
background: Some(theme.palette().background.into()),
Expand Down

0 comments on commit 9b36b14

Please sign in to comment.