marinofaggiana 4 years ago
parent
commit
e43212c55f
1 changed files with 1 additions and 7 deletions
  1. 1 7
      iOSClient/AppDelegate.m

+ 1 - 7
iOSClient/AppDelegate.m

@@ -177,8 +177,6 @@
     // Auto upload
     self.networkingAutoUpload = [NCNetworkingAutoUpload new];
     
-    [[NCCommunicationCommon shared] writeLog:@"Application did finish launching"];
-
     return YES;
 }
 
@@ -226,9 +224,7 @@
     // Request Service Server Nextcloud
     dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 1 * NSEC_PER_SEC), dispatch_get_main_queue(), ^(void) {
         [[NCService shared] startRequestServicesServer];
-    });
-    
-    [[NCCommunicationCommon shared] writeLog:@"The application Will enter in foreground"];
+    });    
 }
 
 //
@@ -251,8 +247,6 @@
     #endif
     
     [[NCNetworking shared] verifyUploadZombie];
-    
-    [[NCCommunicationCommon shared] writeLog:@"The application did become active"];
 }
 
 //