Skip to content

Commit

Permalink
SonarCloud: Remove redundant rethrow.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave authored and stefanceriu committed Aug 30, 2024
1 parent 342ad57 commit 015e32d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ struct AuthenticationClientBuilder {
} catch HumanQrLoginError.SlidingSyncNotAvailable {
MXLog.warning("Native sliding sync not available")
MXLog.info("Falling back to a sliding sync proxy.")
} catch {
throw error
}
}

Expand Down

0 comments on commit 015e32d

Please sign in to comment.