mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
SonarCloud: Remove redundant rethrow.
This commit is contained in:
parent
342ad57ce7
commit
015e32d772
@ -62,8 +62,6 @@ struct AuthenticationClientBuilder {
|
|||||||
} catch HumanQrLoginError.SlidingSyncNotAvailable {
|
} catch HumanQrLoginError.SlidingSyncNotAvailable {
|
||||||
MXLog.warning("Native sliding sync not available")
|
MXLog.warning("Native sliding sync not available")
|
||||||
MXLog.info("Falling back to a sliding sync proxy.")
|
MXLog.info("Falling back to a sliding sync proxy.")
|
||||||
} catch {
|
|
||||||
throw error
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user