revert recent swizzling update. sorry about that

This commit is contained in:
John Estropia
2017-02-10 20:33:07 +09:00
parent 19fea6953a
commit 03973790a8
7 changed files with 232 additions and 222 deletions

View File

@@ -36,7 +36,8 @@ public final class DefaultLogger: CoreStoreLogger {
/**
When `true`, all `NSManagedObject` attribute and relationship access will raise an assertion when executed on the wrong transaction/datastack queue. Defaults to `false`.
*/
public var enableObjectConcurrencyDebugging: Bool = false
// TODO: test before release (rolled back)
// public var enableObjectConcurrencyDebugging: Bool = false
/**
Creates a `DefaultLogger`.