Skip to content

Commit 9b36b14

Browse files
committed
remove debug println
1 parent 6000bff commit 9b36b14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/widgets/command_palatte.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ pub fn command_palatte<'a>(
158158
.padding(10)
159159
.center(600);
160160

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

0 commit comments

Comments
 (0)