diff --git a/Session/Meta/Session-Prefix.pch b/Session/Meta/Session-Prefix.pch index 266fb1857..5dbd16ebf 100644 --- a/Session/Meta/Session-Prefix.pch +++ b/Session/Meta/Session-Prefix.pch @@ -8,12 +8,6 @@ #import #import - #ifdef DEBUG - static const NSUInteger ddLogLevel = DDLogLevelAll; - #else - static const NSUInteger ddLogLevel = DDLogLevelInfo; - #endif - #import #import #import diff --git a/Session/Meta/SignalApp.m b/Session/Meta/SignalApp.m index 34d2d371f..2e6e6d688 100644 --- a/Session/Meta/SignalApp.m +++ b/Session/Meta/SignalApp.m @@ -147,7 +147,6 @@ NS_ASSUME_NONNULL_BEGIN [Environment.shared.preferences clear]; [AppEnvironment.shared.notificationPresenter clearAllNotifications]; - [DebugLogger.sharedLogger wipeLogs]; if (onReset != nil) { onReset(); } exit(0); }