From 9569b096cc6bd5ef010e915e7327505e7af697b2 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Tue, 14 Feb 2023 18:08:09 -0600 Subject: [PATCH] Remove console.log --- resources/common.js | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/common.js b/resources/common.js index 68c6087..488fb33 100644 --- a/resources/common.js +++ b/resources/common.js @@ -362,7 +362,6 @@ function onWindowReady() { var copyButton; $('pre code').each(function () { - console.log($(this)); $(this).parent().before($('
', {'class': 'copy-clipboard'}) .append(copyButton = $('', { 'class': 'btn-clipboard',