removed logging
This commit is contained in:
parent
d84f52f145
commit
4c232674ad
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ function scaleCanvas() {
|
||||||
var delta = buttonOffset - playOffset - 29;
|
var delta = buttonOffset - playOffset - 29;
|
||||||
if (delta < 0) {
|
if (delta < 0) {
|
||||||
$("#bottomContainer").css("margin-bottom", "-" + Math.abs(delta) + "px");
|
$("#bottomContainer").css("margin-bottom", "-" + Math.abs(delta) + "px");
|
||||||
console.log("Corrected by " + delta)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue