]> git.lizzy.rs Git - rust.git/commitdiff
Remove unwanted console log
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Fri, 10 Aug 2018 16:48:36 +0000 (18:48 +0200)
committerGuillaume Gomez <guillaume1.gomez@gmail.com>
Fri, 10 Aug 2018 16:48:36 +0000 (18:48 +0200)
src/librustdoc/html/static/main.js

index 07507047dc2c95c76039fcfe245a33a20cce7938..b63abec1f0e8b0cc145e27a57bca142d257bddab 100644 (file)
         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