removed unnecessary console.log

feature/strict-mode
Michael Ochmann 3 years ago
parent af61963440
commit f3bbcb07e7
  1. 5
      playground/index.php

@ -91,8 +91,6 @@
const fromTop = Math.min(100, Math.max(0, Math.round(top * 100 / height)));
percent.innerHTML = `${fromTop}%`;
console.log("SCROOLLL", fromTop, height, top);
});
});
@ -215,6 +213,9 @@
border: none;
color: #888;
}
.statusbar > * {
margin-left: 0.5rem;
}
#position {
color: dodgerblue;

Loading…
Cancel
Save