removed logging

This commit is contained in:
lengstrom 2015-09-19 14:31:04 -04:00
parent d84f52f145
commit 4c232674ad

View file

@ -35,7 +35,6 @@ function scaleCanvas() {
var delta = buttonOffset - playOffset - 29;
if (delta < 0) {
$("#bottomContainer").css("margin-bottom", "-" + Math.abs(delta) + "px");
console.log("Corrected by " + delta)
}
}