@ -619,7 +619,6 @@
if (response && response.success) {
// 화면에서 해당 사진 제거
$('[data-act-info-id="' + actInfoId + '"][data-photo-sn="' + crdnPhotoSn + '"]').remove();
alert('사진이 삭제되었습니다.');
} else {
alert(response.message || '사진 삭제에 실패했습니다.');
}