revert debug change

This commit is contained in:
ZappoMan 2017-05-12 17:07:00 -07:00
parent ea8330e4e3
commit 6d7e98274b

View file

@ -336,7 +336,7 @@ public:
// Don't actually crash in debug builds, in case this apparent deadlock is simply from
// the developer actively debugging code
#if 0 //def NDEBUG
#ifdef NDEBUG
deadlockDetectionCrash();
#endif
}