From 3c1275b4d68afd31ee4d4766a62473aad5e62cd9 Mon Sep 17 00:00:00 2001 From: SvyatoslavArtymovych Date: Tue, 23 May 2023 15:37:57 +0300 Subject: [PATCH] remove log --- src/comment.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/comment.ts b/src/comment.ts index c2e0843..f5f053b 100644 --- a/src/comment.ts +++ b/src/comment.ts @@ -32,7 +32,6 @@ export function initComments() { btn.addEventListener('click', () => { const id = btn.getAttribute('data-edit-comment-id'); const text = btn.getAttribute('data-edit-comment-text'); - console.log('text', text); editCommentInputOnModal.value = id; editCommentTextInputOnModal.value = text; editCommentTextQuillOnModal.innerHTML = text;