From bab86b5df5f8d37dfc5496e06769f4f2bd65dcbc Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Mon, 16 Oct 2017 18:26:24 -0700 Subject: [PATCH] No message --- static/scripts/editor.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/scripts/editor.js b/static/scripts/editor.js index 94a4c4f..16fcdea 100644 --- a/static/scripts/editor.js +++ b/static/scripts/editor.js @@ -14,8 +14,7 @@ editor.orientations = [ editor.checkTimeOut = function() { editor.gridTimeOut += 1; - console.log(editor.gridTimeOut); - editor.grid.visible = editor.gridTimeOut < 10; + editor.grid.visible = editor.gridTimeOut < 20; } editor.onFreeMove = function() {