We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16040da commit 8302524Copy full SHA for 8302524
src/main.rs
@@ -35,7 +35,6 @@ fn main() {
35
return;
36
}
37
38
- println!("{}",utils::get_db_path().to_str().unwrap());
39
let args: Vec<String> = env::args().collect();
40
if !args_parser(args){
41
utils::create_db_if_needed();
0 commit comments