From 9f45a99b089da2cbbe5c5a866bcf146443742641 Mon Sep 17 00:00:00 2001 From: Rory Dudley Date: Sun, 24 Mar 2024 22:38:32 -0600 Subject: Remove debug line Remove println!() in main that was used for debugging the parser output. --- src/main.rs | 2 -- 1 file changed, 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>) { } }; - // println!("{:?}", poem); - // Recite the poem match poem.recite(path, &mut bins, None) { Ok(_) => {} -- cgit v1.2.3