From 0257b657d2101d5a2473331d77430a21852564dd Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Tue, 14 Jan 2020 14:44:13 +0100 Subject: Issue #1319 - Enable promise debugging only in DEBUG builds. --- xpcom/threads/MozPromise.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xpcom/threads') diff --git a/xpcom/threads/MozPromise.h b/xpcom/threads/MozPromise.h index 7a2921d2a..97bfc904b 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 -- cgit v1.2.3