Removed debug logging

This commit is contained in:
cgtboy1988 2017-12-22 14:28:12 -05:00 committed by GitHub
parent c4f7d72b1b
commit 66c94db0fc
1 changed files with 0 additions and 1 deletions

View File

@ -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");