|
@@ -53,11 +53,11 @@ final class CallManager: NSObject, ObservableObject {
|
|
|
|
|
|
private func requestTransaction(_ transaction: CXTransaction) {
|
|
|
callController.request(transaction) { error in
|
|
|
- if let error = error {
|
|
|
- //print(("Error requesting transaction:", error.localizedDescription)
|
|
|
- } else {
|
|
|
- //print(("Requested transaction successfully")
|
|
|
- }
|
|
|
+// if let error = error {
|
|
|
+// //print(("Error requesting transaction:", error.localizedDescription)
|
|
|
+// } else {
|
|
|
+// //print(("Requested transaction successfully")
|
|
|
+// }
|
|
|
}
|
|
|
}
|
|
|
|