From 9126a6f66d95b484b5beaa46da7a3cb9d84447eb Mon Sep 17 00:00:00 2001 From: Luis Cuenca Date: Tue, 12 Jun 2018 10:12:28 -0700 Subject: [PATCH] hide debug lines --- scripts/system/controllers/handTouch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/controllers/handTouch.js b/scripts/system/controllers/handTouch.js index 67e1b100b2..c20b86b775 100644 --- a/scripts/system/controllers/handTouch.js +++ b/scripts/system/controllers/handTouch.js @@ -250,7 +250,7 @@ // Debugging info var showSphere = false; - var showLines = true; + var showLines = false; // This get setup on creation var linesCreated = false;