From 5038ff516424bfe8b26e99a81dfe07c860560480 Mon Sep 17 00:00:00 2001 From: Andrew McKnight Date: Thu, 5 Dec 2024 13:52:05 -0900 Subject: [PATCH] fix bad conflict resolution --- .../UserFeedback/SentryUserFeedbackWidget.swift | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Sources/Swift/Integrations/UserFeedback/SentryUserFeedbackWidget.swift b/Sources/Swift/Integrations/UserFeedback/SentryUserFeedbackWidget.swift index 922fd23660..eac1226cd3 100644 --- a/Sources/Swift/Integrations/UserFeedback/SentryUserFeedbackWidget.swift +++ b/Sources/Swift/Integrations/UserFeedback/SentryUserFeedbackWidget.swift @@ -72,13 +72,6 @@ struct SentryUserFeedbackWidget { closeForm() } -//swiftlint:disable todo - func captureFeedback(message: String, name: String?, email: String?, hints: [String : Any]?) { - closeForm() - self.delegate?.captureFeedback(message: message, name: name, email: email, hints: hints) - } -//swiftlint:enable todo - // MARK: UIAdaptivePresentationControllerDelegate func presentationControllerDidDismiss(_ presentationController: UIPresentationController) {