diff --git a/src/main.rs b/src/main.rs index 79999e5..8a7f9da 100644 --- a/src/main.rs +++ b/src/main.rs @@ -109,7 +109,6 @@ const ACTIONS: [Action; 13] = [ fn main() { let args = Arguments::parse(); - println!("{:?}", args); let line_count = helpers::file::get_file_linecount( &format!("{}{}.txt", helpers::paths::get_pony_path(), &args.pony)