summaryrefslogtreecommitdiff
path: root/src/step.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/step.rs')
-rw-r--r--src/step.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/step.rs b/src/step.rs
index 9e3c8eb..9755f70 100644
--- a/src/step.rs
+++ b/src/step.rs
@@ -80,6 +80,7 @@ impl Step {
Self::Restore(x) => Some(restore(*x, current.as_ref().unwrap())?),
};
+ println!("{:?}", self);
let t = std::time::Duration::from_millis(10);
std::thread::sleep(t);