Parcourir la source

remove old open with ...

marinofaggiana il y a 4 ans
Parent
commit
80a4ddd06d
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      iOSClient/AppDelegate.m

+ 2 - 0
iOSClient/AppDelegate.m

@@ -633,6 +633,7 @@
         return YES;
     }
     
+    /*
     NSError *error;
     NSLog(@"[LOG] the path is: %@", url.path);
         
@@ -657,6 +658,7 @@
             });
         }
     }
+    */
     
     return YES;
 }