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");
         })