about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2018-08-12 23:26:59 +0200
committerGitHub <noreply@github.com>2018-08-12 23:26:59 +0200
commitb0d7f91c4e15b8d5da71d4dd32917973c130af19 (patch)
treef9e9652f7ae7cf695c702cf4cef9a56070594e9c
parentb1b5c66e10e26bedcee29cfe590da430a9f7f6b4 (diff)
parente37391b389a69e7e78dd93f9aadad5834bb5cfd1 (diff)
downloadrust-b0d7f91c4e15b8d5da71d4dd32917973c130af19.tar.gz
rust-b0d7f91c4e15b8d5da71d4dd32917973c130af19.zip
Rollup merge of #53253 - GuillaumeGomez:remove-console, r=kennytm
Remove unwanted console log

Forgot to remove a `console.log`, now it's fixed.

r? @QuietMisdreavus
-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