From b8096833b3a11af973bf0792f4dc9c0b7659f836 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 8 Mar 2025 06:57:26 -0700 Subject: [PATCH] Turn off testing / debug. --- lib/globals.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/globals.dart b/lib/globals.dart index 106d85e..1b020c5 100644 --- a/lib/globals.dart +++ b/lib/globals.dart @@ -1 +1 @@ -const bool testing = true; +const bool testing = false;