diff --git a/src/comment.ts b/src/comment.ts index 94a2f18..bf0e156 100644 --- a/src/comment.ts +++ b/src/comment.ts @@ -8,7 +8,6 @@ export function initComments() { if (deleteCommentBtn && deleteCommentInputOnModal) { deleteCommentBtn.addEventListener('click', () => { const id = deleteCommentBtn.getAttribute('data-comment-id'); - console.log(id); deleteCommentInputOnModal.value = id; }); }