Browse Source

remove old code test

marinofaggiana 6 years ago
parent
commit
25d63ad127
1 changed files with 0 additions and 3 deletions
  1. 0 3
      iOSClient/Networking/OCNetworking.m

+ 0 - 3
iOSClient/Networking/OCNetworking.m

@@ -1586,9 +1586,7 @@
     
     devicePublicKey = [CCUtility URLEncodeStringFromString:devicePublicKey];
     NSString *proxyServerPath = [NCBrandOptions sharedInstance].pushNotificationServerProxy;
-    //    proxyServerPath = @"http://127.0.0.1:8088";
     NSString *proxyServer = [NCBrandOptions sharedInstance].pushNotificationServerProxy;
-    //    proxyServer = @"https://10.132.0.37:8443/pushnotifications";
     
     OCCommunication *communication = [OCNetworking sharedManager].sharedOCCommunication;
     
@@ -1645,7 +1643,6 @@
     }
     
     NSString *proxyServer = [NCBrandOptions sharedInstance].pushNotificationServerProxy;
-    //    proxyServer = @"https://10.132.0.37:8443/pushnotifications";
     
     OCCommunication *communication = [OCNetworking sharedManager].sharedOCCommunication;