diff --git a/xpcom/threads/MozPromise.h b/xpcom/threads/MozPromise.h index 7a2921d2ac..97bfc904b5 100644 --- a/xpcom/threads/MozPromise.h +++ b/xpcom/threads/MozPromise.h @@ -19,7 +19,7 @@ #include "nsTArray.h" #include "nsThreadUtils.h" -#if defined(DEBUG) || !defined(RELEASE_OR_BETA) +#if defined(DEBUG) #define PROMISE_DEBUG #endif