diff options
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs index 75c2d46..396a69f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -68,8 +68,6 @@ fn repl(path: &Vec<&Path>, prompt: &str, at_prompt: &mut Arc<Mutex<bool>>) { } }; - // println!("{:?}", poem); - // Recite the poem match poem.recite(path, &mut bins, None) { Ok(_) => {} |