remove log

This commit is contained in:
SvyatoslavArtymovych 2023-05-23 15:37:57 +03:00
parent 67bf4828ff
commit 3c1275b4d6
1 changed files with 0 additions and 1 deletions

View File

@ -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;