mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:21:16 +02:00
Remove print statement
This commit is contained in:
parent
2696f71be9
commit
19ba2a1f84
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ Grid = function(opts) {
|
||||||
that.visible = visible;
|
that.visible = visible;
|
||||||
updateGrid();
|
updateGrid();
|
||||||
|
|
||||||
print("Setting visible");
|
|
||||||
if (visible) {
|
if (visible) {
|
||||||
if (selectionManager.hasSelection()) {
|
if (selectionManager.hasSelection()) {
|
||||||
that.setPosition(selectionManager.getBottomPosition());
|
that.setPosition(selectionManager.getBottomPosition());
|
||||||
|
|
Loading…
Reference in a new issue