ソースを参照

chore: remove debug info

charlie 3 年 前
コミット
3d7d9cbaf3
1 ファイル変更0 行追加2 行削除
  1. 0 2
      ios/App/App/FolderPicker.swift

+ 0 - 2
ios/App/App/FolderPicker.swift

@@ -71,8 +71,6 @@ public class FolderPicker: CAPPlugin, UIDocumentPickerDelegate {
       items.append(url.absoluteString)
     }
 
-    print(items.first as Any)
-
     self._call?.resolve([
       "path": items.first as Any,
       "localDocumentsPath": documentsPath[0] as Any