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() {