Skip to content

Commit

Permalink
remove console.log :)
Browse files Browse the repository at this point in the history
  • Loading branch information
cydave committed Jan 1, 2024
1 parent 9227867 commit 0aea7bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
if(codeblock.firstChild.tagName == 'TABLE') {
content = Array(...codeblock.firstChild.getElementsByTagName('span')).map((span) => { return span.textContent; }).join('');
}
console.log(content);
navigator.clipboard.writeText(content);
copyingDone();
return;
Expand Down

0 comments on commit 0aea7bb

Please sign in to comment.