Browse Source

remove old open with ...

marinofaggiana 4 năm trước cách đây
mục cha
commit
80a4ddd06d
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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;
 }