diff --git a/src/orchestratord/src/bin/orchestratord.rs b/src/orchestratord/src/bin/orchestratord.rs index 5a3cb192560c3..c25cfd424bd6c 100644 --- a/src/orchestratord/src/bin/orchestratord.rs +++ b/src/orchestratord/src/bin/orchestratord.rs @@ -543,7 +543,6 @@ async fn run(args: Args) -> Result<(), anyhow::Error> { ); info!("All tasks started successfully."); - info!("testing if it works and there isn't a thing pre-built"); future::pending().await }