Skip to content

Commit 5757089

Browse files
authored
remove comment (#2227)
1 parent 09aa3cb commit 5757089

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/chat-cli/src/cli/chat/tools/fs_read.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ impl FsRead {
286286
let combined_text = combined_results.join("\n\n");
287287

288288
if !all_images.is_empty() && has_non_image_ops {
289-
queue!(updates, style::Print("\nherherherherherh"),)?;
290289
Ok(InvokeOutput {
291290
output: OutputKind::Mixed {
292291
text: combined_text,

0 commit comments

Comments
 (0)