Skip to content

Commit

Permalink
Rollup merge of rust-lang#53253 - GuillaumeGomez:remove-console, r=ke…
Browse files Browse the repository at this point in the history
…nnytm

Remove unwanted console log

Forgot to remove a `console.log`, now it's fixed.
  • Loading branch information
kennytm committed Aug 11, 2018
2 parents 9ec70d3 + e37391b commit fa4dc7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustdoc/html/static/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa4dc7a

Please sign in to comment.