mirror of https://github.com/dirtbags/moth.git
Removed debug logging
This commit is contained in:
parent
089c7b07b1
commit
da130222b3
|
@ -151,7 +151,6 @@ function scoreboard(element, continuous, mode, interval) {
|
|||
graph.style.height = "100vh";
|
||||
var titleHeight = document.getElementById("title").clientHeight;
|
||||
titleHeight += document.getElementById("title").offsetTop * 2;
|
||||
console.log(titleHeight);
|
||||
graph.style.backgroundColor = "white";
|
||||
graph.style.display = "table";
|
||||
var holdingDiv = document.createElement("div");
|
||||
|
|
Loading…
Reference in New Issue