Remove unused variable

This commit is contained in:
ekzyis 2022-12-25 02:39:09 +01:00
parent defe6ebc4d
commit 315fbece44
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ function addButtons() {
console.log('sn-translator: Adding button to every comment ...')
const commentSection = document.querySelector('.item_comments__cN57K')
const comments = commentSection.querySelectorAll('.comment_comment__5uvl3')
const commentNodes = commentSection.querySelectorAll('.comment_text__nHI0E')
for (const comment of comments) {
const topBar = comment.querySelector('.item_other__qNlji')
const content = comment.querySelector('.comment_text__nHI0E')