浏览代码

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