We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f38f1f commit d9a5908Copy full SHA for d9a5908
Projects/DSKit/Sources/Components/PokitLinkPreview.swift
@@ -133,7 +133,6 @@ public struct PokitLinkPreview: View {
133
private func onChangeImageURL(_ imageURL: String?) {
134
guard imageURL != nil else { return }
135
let isError = title == Constants.제목을_입력해주세요_문구
136
- print("\(#function): \(isError), \(title)")
137
UINotificationFeedbackGenerator()
138
.notificationOccurred(isError ? .error : .success)
139
}
0 commit comments