diff --git a/MasterPassword/iOS/MPMainViewController.m b/MasterPassword/iOS/MPMainViewController.m index 1f48043f..184c842f 100644 --- a/MasterPassword/iOS/MPMainViewController.m +++ b/MasterPassword/iOS/MPMainViewController.m @@ -423,15 +423,6 @@ case 6: #else case 5: -#endif -#ifdef DEBUG - [[MPAppDelegate get].storeManager hardResetCloudStorage]; - break; -#ifdef ADHOC - case 7: -#else - case 6: -#endif #endif { [MPConfig get].saveKey = [NSNumber numberWithBool:NO]; @@ -448,9 +439,6 @@ #ifdef ADHOC @"Feedback", -#endif -#ifdef DEBUG - @"Reset iCloud", #endif @"Sign Out", nil];