mirror of
https://github.com/Atsukoro1/ponyfetch.git
synced 2024-11-23 20:57:59 +01:00
feat: 🎸 Remove logging
This commit is contained in:
parent
f9b29bc154
commit
f6d4441097
1 changed files with 0 additions and 1 deletions
|
@ -109,7 +109,6 @@ const ACTIONS: [Action; 13] = [
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let args = Arguments::parse();
|
let args = Arguments::parse();
|
||||||
println!("{:?}", args);
|
|
||||||
|
|
||||||
let line_count = helpers::file::get_file_linecount(
|
let line_count = helpers::file::get_file_linecount(
|
||||||
&format!("{}{}.txt", helpers::paths::get_pony_path(), &args.pony)
|
&format!("{}{}.txt", helpers::paths::get_pony_path(), &args.pony)
|
||||||
|
|
Loading…
Reference in a new issue