소스 검색

remove old open with ...

marinofaggiana 4 년 전
부모
커밋
80a4ddd06d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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;
 }