Browse Source

chore: remove debug info

charlie 3 years ago
parent
commit
3d7d9cbaf3
1 changed files with 0 additions and 2 deletions
  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