Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
lgmarchi committed Nov 14, 2023
1 parent 73a2300 commit 4b7c378
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kit/src/layout/chatbar/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ pub fn Chatbar<'a>(cx: Scope<'a, Props<'a>>) -> Element<'a> {
}
}
if is_valid {
println!("is_first_time_onreturn_on_code_block: {}", *is_first_time_onreturn_on_code_block.read());
if v.trim().ends_with("```") && *is_first_time_onreturn_on_code_block.read() {
*is_first_time_onreturn_on_code_block.write_silent() = false;
} else {
Expand Down

0 comments on commit 4b7c378

Please sign in to comment.