mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 17:54:00 +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;
|
||||
updateGrid();
|
||||
|
||||
print("Setting visible");
|
||||
if (visible) {
|
||||
if (selectionManager.hasSelection()) {
|
||||
that.setPosition(selectionManager.getBottomPosition());
|
||||
|
|
Loading…
Reference in a new issue