Remove print statement

This commit is contained in:
Ryan Huffman 2014-12-09 08:56:29 -08:00
parent 2696f71be9
commit 19ba2a1f84

View file

@ -63,7 +63,6 @@ Grid = function(opts) {
that.visible = visible;
updateGrid();
print("Setting visible");
if (visible) {
if (selectionManager.hasSelection()) {
that.setPosition(selectionManager.getBottomPosition());