Remove over a leftover debug log statement
svn path=/trunk/; revision=37
This commit is contained in:
parent
19070be3ba
commit
5de283b448
@ -154,7 +154,6 @@ Overlay.prototype = {
|
|||||||
let x_center = (fraction / 2) + (1 - fraction) * window_index / (n_windows - 1);
|
let x_center = (fraction / 2) + (1 - fraction) * window_index / (n_windows - 1);
|
||||||
let y_center = x_center;
|
let y_center = x_center;
|
||||||
|
|
||||||
log(x_center + "," + y_center + "," + fraction);
|
|
||||||
return [x_center, y_center, fraction];
|
return [x_center, y_center, fraction];
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user