remove debug printing
This commit is contained in:
parent
540bb97629
commit
08dcdd6015
1 changed files with 0 additions and 4 deletions
|
|
@ -12,10 +12,6 @@ use std::path::Path;
|
|||
use std::process::exit;
|
||||
|
||||
fn main() {
|
||||
// For debugging
|
||||
println!("Args: {:?}", std::env::args().collect::<Vec<_>>());
|
||||
println!("Program: {:?}", std::env::current_exe().unwrap());
|
||||
|
||||
let args = env::args().next().unwrap();
|
||||
let program_name = Path::new(&args)
|
||||
.file_name()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue