fix: remove console log (#159)

This commit is contained in:
y1450 2022-07-14 00:02:11 +02:00 committed by GitHub
parent 9cb48adf29
commit 5a784fc8f4

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)
}
}