Issue #1319 - Enable promise debugging only in DEBUG builds.

This commit is contained in:
wolfbeast 2020-01-14 14:44:13 +01:00 committed by Roy Tam
commit fe9d8da299

View file

@ -19,7 +19,7 @@
#include "nsTArray.h"
#include "nsThreadUtils.h"
#if defined(DEBUG) || !defined(RELEASE_OR_BETA)
#if defined(DEBUG)
#define PROMISE_DEBUG
#endif