chore(default-apps): remove eprintln log
This commit is contained in:
parent
2247b3cfdf
commit
4ad35b70a6
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue