diff --git a/code/_compile_options.dm b/code/_compile_options.dm index 5aac19ea5f85..2a4854c37b85 100644 --- a/code/_compile_options.dm +++ b/code/_compile_options.dm @@ -1,4 +1,4 @@ -#define TESTING //By using the testing("message") proc you can create debug-feedback for people with this +//#define TESTING //By using the testing("message") proc you can create debug-feedback for people with this //uncommented, but not visible in the release version) //#define DATUMVAR_DEBUGGING_MODE //Enables the ability to cache datum vars and retrieve later for debugging which vars changed.