Skip to content

Commit 549ebab

Browse files
committed
.
1 parent a1b73f8 commit 549ebab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app.rs

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ impl<'a> App<'a> {
5353
if let Some(path) = initial_directory {
5454
env::set_current_dir(&path).unwrap_or_else(|err| {
5555
eprintln!("Could not set_current_dir to last_visited_path\n\tPath: {}\n\tError: {:?}", path, err);
56-
eprintln!("last_visited_path was: {:?}", &path);
5756
});
5857
}
5958

0 commit comments

Comments
 (0)