From d9a590853dfd062768a1b1d4a8cbfc118633b392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8F=84=ED=98=95?= <108233361+ShapeKim98@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:12:56 +0900 Subject: [PATCH] =?UTF-8?q?[remove]=20#167=20=ED=94=84=EB=A6=B0=ED=8A=B8?= =?UTF-8?q?=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Projects/DSKit/Sources/Components/PokitLinkPreview.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Projects/DSKit/Sources/Components/PokitLinkPreview.swift b/Projects/DSKit/Sources/Components/PokitLinkPreview.swift index 88828f43..46a22a0c 100644 --- a/Projects/DSKit/Sources/Components/PokitLinkPreview.swift +++ b/Projects/DSKit/Sources/Components/PokitLinkPreview.swift @@ -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) }