Digital PCT265 story PCT-135: Code reivew. Restore debug crash.

This commit is contained in:
Hedden, Kyle Matthew 2024-05-28 17:43:41 -04:00
parent 134ce14e5a
commit 0104570bc9

View File

@ -105,7 +105,7 @@ public struct ModelRegistry {
MVMCoreLoggingHandler.shared()?.addError(toLog: errorObject) MVMCoreLoggingHandler.shared()?.addError(toLog: errorObject)
#if DEBUG #if DEBUG
//triggerCrashInDebug() triggerCrashInDebug()
#endif #endif
} }