This commit is contained in:
2026-06-15 13:16:40 +02:00
parent 2e76bae04f
commit e1c7ba7865
3 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@ fn main() -> Result<(), Box<dyn Error>> {
for phase_r in pipeline {
let phase = phase_r?;
println!("phase : {}", phase);
// println!("phase : {}", phase);
}
Ok(())