From 0aea7bb064c508e0e67417a405b0304c40b588e6 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 1 Jan 2024 12:55:33 +0100 Subject: [PATCH] remove console.log :) --- templates/partials/footer.html | 1 - 1 file changed, 1 deletion(-) 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;