post-recording commit

This commit is contained in:
2023-05-17 09:15:14 +01:00
parent 330ddbe399
commit df429c4770
8 changed files with 10 additions and 32 deletions

View File

@@ -113,7 +113,7 @@ pub fn run_dir(dir: &Path) {
match repo.step(&tree) {
None => break tree,
Some(phase) => {
// println!("Step {idx}/{macro_timeout}: {}", phase.bundle(&i));
println!("Step {idx}/{macro_timeout}: {}", phase.bundle(&i));
tree = phase;
},
}