Remove CocoaLumberjack

This commit is contained in:
Niels Andriesse 2021-07-19 09:29:26 +10:00
parent d2161545d6
commit a90a89ea4f
2 changed files with 0 additions and 7 deletions

View File

@ -8,12 +8,6 @@
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#ifdef DEBUG
static const NSUInteger ddLogLevel = DDLogLevelAll;
#else
static const NSUInteger ddLogLevel = DDLogLevelInfo;
#endif
#import <SignalCoreKit/NSObject+OWS.h>
#import <SignalCoreKit/OWSAsserts.h>
#import <SignalUtilitiesKit/SSKAsserts.h>

View File

@ -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);
}