From f6d444109701999c299680a064c212dca0355d08 Mon Sep 17 00:00:00 2001 From: Atsukoro1 Date: Sun, 4 Dec 2022 23:00:47 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20Remove=20logging?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.rs | 1 - 1 file changed, 1 deletion(-) 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)