about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/librustdoc/html/static/main.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/main.js b/src/librustdoc/html/static/main.js
index 07507047dc2..b63abec1f0e 100644
--- a/src/librustdoc/html/static/main.js
+++ b/src/librustdoc/html/static/main.js
@@ -2214,7 +2214,6 @@
         if (hash !== null) {
             var elem = document.getElementById(hash);
             if (elem && elem.offsetParent === null) {
-                console.log(elem, elem.parentNode);
                 if (elem.parentNode && elem.parentNode.previousSibling) {
                     var collapses = elem.parentNode
                                         .previousSibling