remove console output

pull/7656/head
kieferrm 2016-05-20 21:51:07 -07:00
parent e2ea2dd710
commit 3112f9d236
1 changed files with 1 additions and 2 deletions

View File

@ -88,10 +88,9 @@
let node = event.target;
while (node) {
if (node.tagName === 'A' && node.href) {
console.log(node.href);
if (${isLocal}) {
let scrollTarget = window.document.getElementById(node.hash.substr(1, node.hash.length - 1));
if (scrollTagret) {
if (scrollTarget) {
scrollTarget.scrollIntoView();
}
} else {