Move testing to be a global variable and use it to control the debug output.

This commit is contained in:
2025-03-07 12:47:40 -07:00
parent 029ee8e9a8
commit a5e10e26cc
3 changed files with 16 additions and 14 deletions
+1
View File
@@ -0,0 +1 @@
const bool testing = true;