Skip to content

Commit d9a5908

Browse files
committed
[remove] #167 프린트 삭제
1 parent 9f38f1f commit d9a5908

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Projects/DSKit/Sources/Components/PokitLinkPreview.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ public struct PokitLinkPreview: View {
133133
private func onChangeImageURL(_ imageURL: String?) {
134134
guard imageURL != nil else { return }
135135
let isError = title == Constants.제목을_입력해주세요_문구
136-
print("\(#function): \(isError), \(title)")
137136
UINotificationFeedbackGenerator()
138137
.notificationOccurred(isError ? .error : .success)
139138
}

0 commit comments

Comments
 (0)