diff --git a/templates/partials/footer.html b/templates/partials/footer.html
index 4b445e7..9123cf1 100644
--- a/templates/partials/footer.html
+++ b/templates/partials/footer.html
@@ -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;