Jelajahi Sumber

App Delegate: remove debug

Felix Paul Kühne 12 tahun lalu
induk
melakukan
5d62649717
1 mengubah file dengan 0 tambahan dan 10 penghapusan
  1. 0 10
      AspenProject/VLCAppDelegate.m

+ 0 - 10
AspenProject/VLCAppDelegate.m

@@ -106,11 +106,6 @@
     [[MLMediaLibrary sharedMediaLibrary] applicationWillExit];
 }
 
-- (void)applicationWillEnterForeground:(UIApplication *)application
-{
-    APLog(@"applicationWillEnterForeground: %i", self.passcodeValidated);
-}
-
 - (void)applicationDidBecomeActive:(UIApplication *)application
 {
     [[MLMediaLibrary sharedMediaLibrary] updateMediaDatabase];
@@ -122,11 +117,6 @@
     [self validatePasscode]; // Lock library when going to background
 }
 
-- (void)applicationWillTerminate:(UIApplication *)application
-{
-    // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
-}
-
 #pragma mark - properties
 
 - (VLCDropboxTableViewController *)dropboxTableViewController