diff --git a/Yep/AppDelegate.swift b/Yep/AppDelegate.swift index b9625130..a2749e7e 100644 --- a/Yep/AppDelegate.swift +++ b/Yep/AppDelegate.swift @@ -123,7 +123,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { NSNotificationCenter.defaultCenter().postNotificationName(MessageToolbar.Notification.updateDraft, object: nil) #if DEBUG - clearUselessRealmObjects() + //clearUselessRealmObjects() // only for test #endif }