We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b73f8 commit 549ebabCopy full SHA for 549ebab
src/app.rs
@@ -53,7 +53,6 @@ impl<'a> App<'a> {
53
if let Some(path) = initial_directory {
54
env::set_current_dir(&path).unwrap_or_else(|err| {
55
eprintln!("Could not set_current_dir to last_visited_path\n\tPath: {}\n\tError: {:?}", path, err);
56
- eprintln!("last_visited_path was: {:?}", &path);
57
});
58
}
59
0 commit comments