fix: remove console log (#159)

This commit is contained in:
y1450 2022-07-14 00:02:11 +02:00 committed by GitHub
parent ffe22689eb
commit 81af8c459b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -33,6 +33,5 @@ const addCopyButtons = () => {
// find chroma inside els[i]
let chroma = els[i].getElementsByClassName("chroma")[0];
els[i].insertBefore(button, chroma);
console.log(els[i].lastChild)
}
}