Move testing to be a global variable and use it to control the debug output.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
const bool testing = true;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
const bool testing = true;
|
||||