Remove doublicate logging

This commit is contained in:
Philip
2021-10-07 00:16:03 +02:00
parent 7b6f318e90
commit 188d963112
3 changed files with 26 additions and 19 deletions
+1 -6
View File
@@ -18,12 +18,7 @@ pub fn get_shortcuts_for_user(user: &SteamUsersInfo) -> ShortcutInfo {
.unwrap()
.iter()
.map(|s| s.to_owned())
.collect();
println!(
"Found {} shortcuts for user: {}",
shortcuts.len(),
user.steam_user_data_folder
);
.collect();
Path::new(&shortcut_path).to_path_buf()
}
None => {