SonarCloud: Remove redundant rethrow.

This commit is contained in:
Doug 2024-08-29 15:02:39 +01:00 committed by Stefan Ceriu
parent 342ad57ce7
commit 015e32d772

View File

@ -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
}
}