diff --git a/indra/llcommon/llerror.h b/indra/llcommon/llerror.h
index d85f1a41558b24ec549409a7e2ad4e887cc502a3..b4ac595554915eac894c56f7b1c511e0d52d8da3 100644
--- a/indra/llcommon/llerror.h
+++ b/indra/llcommon/llerror.h
@@ -42,11 +42,8 @@ const int LL_ERR_NOERR = 0;
 // #define RELEASE_SHOW_DEBUG // Define this if you want your release builds to show lldebug output.
 #define RELEASE_SHOW_INFO // Define this if you want your release builds to show llinfo output
 #define RELEASE_SHOW_WARN // Define this if you want your release builds to show llwarn output.
-#if LL_TEST
 #define ENABLE_DEBUG_MACRO 1
-#else
-#define ENABLE_DEBUG_MACRO 0
-#endif
+
 
 #ifdef _DEBUG
 #define SHOW_DEBUG