From 61c2d7e43503f8fc28d0a41db26f2ee852ac335e Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Wed, 7 Mar 2018 02:32:26 -0500 Subject: [PATCH] Merge pull request #36190 from MrStonedOne/patch-489 Removes DEBUG from compile_options. --- code/_compile_options.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/_compile_options.dm b/code/_compile_options.dm index 714e9d114e..a37666bdec 100644 --- a/code/_compile_options.dm +++ b/code/_compile_options.dm @@ -1,5 +1,3 @@ -#define DEBUG //Enables byond profiling and full runtime logs - note, this may also be defined in your .dme file - //Enables in-depth debug messages to runtime log (used for debugging) //#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)