fix(apple): Don't double-log errors in IPCClient (#9102)

See
https://github.com/firezone/firezone/pull/9056#discussion_r2083836491
This commit is contained in:
Jamil
2025-05-12 15:17:53 -07:00
committed by GitHub
parent ea0ad9d089
commit 4cc5963af2

View File

@@ -303,7 +303,6 @@ class IPCClient {
continuation.resume()
}
} catch {
Log.error(error)
continuation.resume(throwing: error)
}
}