From 6b52e412e9f74d2d63ec69f90a70e8dc6f55e1d6 Mon Sep 17 00:00:00 2001 From: Buhallin Date: Wed, 11 Jan 2023 03:36:11 -0800 Subject: [PATCH] Turn off debug --- src/core/PlayArea.ttslua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/PlayArea.ttslua b/src/core/PlayArea.ttslua index 200b1fa0..e0f7cd94 100644 --- a/src/core/PlayArea.ttslua +++ b/src/core/PlayArea.ttslua @@ -3,7 +3,7 @@ --------------------------------------------------------- -- set true to enable debug logging -local DEBUG = true +local DEBUG = false -- Location connection directional options local BIDIRECTIONAL = 0