diff --git a/imag-todo/src/main.rs b/imag-todo/src/main.rs index b0d533b1..dae6a34d 100644 --- a/imag-todo/src/main.rs +++ b/imag-todo/src/main.rs @@ -151,7 +151,7 @@ fn list(rt: &Runtime) { uuids.join("\n") }; - /// and then print that + // and then print that println!("{}", outstring); });