Skip to content

Commit 60f99ea

Browse files
committed
fix
1 parent 034e5d8 commit 60f99ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/host/src/witnessgen.rs

-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ impl WitnessGenExecutor {
131131
/// an error.
132132
async fn wait_for_processes(&mut self) -> Result<()> {
133133
for child in &mut self.ongoing_processes {
134-
println!("Waiting for process to finish");
135134
tokio::select! {
136135
result = child.child.wait() => {
137136
match result {

0 commit comments

Comments
 (0)