Fix for #4136 connection to linux refused by using wrong Xauthority file.

This PR handles comments of 2nd review for initial PR #4165.
Reduced number of info/log messages
This commit is contained in:
Awalon
2023-04-24 23:45:23 +02:00
parent 9bf058bb32
commit 82c44d71f9
2 changed files with 1 additions and 14 deletions

View File

@@ -329,7 +329,6 @@ fn patch(path: PathBuf) -> PathBuf {
.trim()
.to_owned();
if !home_dir.is_empty() {
log::info!("config::patch: got home dir from: {}", home_dir);
return home_dir.into();
}
}