Revision 7db1712d Classes/PasscodeViewController.m

b/Classes/PasscodeViewController.m
16 16
#import "Archiver.h"
17 17
#import "RootViewController.h"
18 18
#import "OpenStackAccount.h"
19
#import "APILogger.h"
20 19
#import "AccountHomeViewController.h"
21 20
#import "OpenStackAppDelegate.h"
22 21

  
......
87 86
    
88 87
    if (failedAttemptsCount == 10 && eraseData) {
89 88
        [Archiver deleteEverything];
90
        [APILogger eraseAllLogs];
91 89
        [OpenStackAccount persist:[NSMutableArray array]];        
92 90
        if ([Keychain setString:@"NO" forKey:@"passcode_lock_passcode_on"]) {
93 91
            [Keychain setString:@"" forKey:@"passcode_lock_passcode"];

Also available in: Unified diff