feat: 🎸 Remove logging

This commit is contained in:
Atsukoro1 2022-12-04 23:00:47 +01:00
parent f9b29bc154
commit f6d4441097

View file

@ -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)