Skip to content

Commit

Permalink
[remove] #167 프린트 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Dec 10, 2024
1 parent 9f38f1f commit d9a5908
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Projects/DSKit/Sources/Components/PokitLinkPreview.swift
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ public struct PokitLinkPreview: View {
private func onChangeImageURL(_ imageURL: String?) {
guard imageURL != nil else { return }
let isError = title == Constants.제목을_입력해주세요_문구
print("\(#function): \(isError), \(title)")
UINotificationFeedbackGenerator()
.notificationOccurred(isError ? .error : .success)
}
Expand Down

0 comments on commit d9a5908

Please sign in to comment.