Skip to content

Commit

Permalink
Don't emit errors as warning toasts (redundant and confusing)
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed May 14, 2024
1 parent 223d1d4 commit 2f5666a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/src/installer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -479,9 +479,6 @@ impl<L: InstallerListener> Installer<L> {
outcome.package_installation_plans.push(plan);
}
Err(error) => {
self.listener.warn(format!(
"Couldn't update ReaPack DB for package {version_id} because {error}"
));
let failure = TempInstallFailure { version_id, error };
outcome.package_failures.push(failure);
}
Expand Down

0 comments on commit 2f5666a

Please sign in to comment.