about summary refs log tree commit diff
path: root/src/librustdoc/html
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2018-08-10 18:48:36 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2018-08-10 18:48:36 +0200
commite37391b389a69e7e78dd93f9aadad5834bb5cfd1 (patch)
tree576d63579aa6ae53c199a57fc3e81950c3ceac16 /src/librustdoc/html
parenta77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195 (diff)
downloadrust-e37391b389a69e7e78dd93f9aadad5834bb5cfd1.tar.gz
rust-e37391b389a69e7e78dd93f9aadad5834bb5cfd1.zip
Remove unwanted console log
Diffstat (limited to 'src/librustdoc/html')
-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