Skip to content

Commit

Permalink
chore(default-apps): remove eprintln log
Browse files Browse the repository at this point in the history
  • Loading branch information
mmstick committed Dec 12, 2024
1 parent 2247b3c commit 4ad35b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cosmic-settings/src/pages/system/default_apps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@ async fn load_defaults(assocs: &BTreeMap<Arc<str>, Arc<App>>, for_mimes: &[&str]
for (id, (appid, app)) in unsorted.iter().enumerate() {
if let Some(current_app) = current_app {
if app.name.as_ref() == current_app.name.as_ref() {
eprintln!("selected = {}; current = {}", app.name, current_app.name);
selected = Some(id);
}
}
Expand Down

0 comments on commit 4ad35b7

Please sign in to comment.