Skip to content

Commit aba4c42

Browse files
committed
chore: cleanup
1 parent ffcaa7a commit aba4c42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/rust-mcp-sdk/src/mcp_runtimes/server_runtime.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,8 +521,6 @@ impl ServerRuntime {
521521
// Drop tx to close the channel and collect remaining results
522522
drop(tx);
523523
while let Some(result) = rx.recv().await {
524-
println!(">>> 3000 {:?} ", result);
525-
526524
result?; // Propagate errors
527525
}
528526
return Ok(());

0 commit comments

Comments
 (0)