Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Bug 1877847 - Remove Suggest error reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
bendk committed Feb 1, 2024
1 parent fe1ac74 commit debe886
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 99 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ class FxSuggestStorage(
return try {
operation()
} catch (e: SuggestApiException) {
crashReporter?.submitCaughtException(e)
logger.warn("Ignoring exception from `$name`", e)
default
}
Expand Down

This file was deleted.

0 comments on commit debe886

Please sign in to comment.