From 347765557e570ef1e6e692195e9adb5faa14edcd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?P=C4=93teris=20Caune?= <cuu508@gmail.com>
Date: Thu, 15 Dec 2022 15:06:50 +0200
Subject: [PATCH] Remove debug line

---
 static/js/snippet-copy.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/static/js/snippet-copy.js b/static/js/snippet-copy.js
index d97b91a3..00159313 100644
--- a/static/js/snippet-copy.js
+++ b/static/js/snippet-copy.js
@@ -12,7 +12,6 @@ $(function() {
         })
         .click(function() {
             var text = this.parentNode.innerText;
-            console.log(text);
             navigator.clipboard.writeText(text);
             $(this).tooltip("show");
         })