Skip to content

Commit 01d55f0

Browse files
committed
remove print
1 parent 6efe29a commit 01d55f0

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
@@ -1192,7 +1192,6 @@ mod tests {
11921192
.invoke(&os, &mut stdout)
11931193
.await
11941194
.unwrap();
1195-
print!("output {:?}", output);
11961195
// All text operations should return combined text
11971196
if let OutputKind::Text(text) = output.output {
11981197
// Check all operations are included

0 commit comments

Comments
 (0)