Skip to content

Commit b430fd1

Browse files
chore: print문 삭제
1 parent e42131a commit b430fd1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Koin/Presentation/LostItem/EditLostItem/EditLostItemViewController.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,8 @@ extension EditLostItemViewController {
192192
$0.bottom.equalTo(editButtonBackgroundView.snp.top).offset(0)
193193
}
194194

195-
196195
guard let targetView = [foundPlaceView.locationTextField,
197196
contentView.contentTextView].first(where: { $0.isFirstResponder }) else {
198-
print("no targetview that is firstResponder")
199197
return
200198
}
201199

0 commit comments

Comments
 (0)