Marino Faggiana 8 년 전
부모
커밋
478008ad33
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      PickerFileProvider/FileProvider.swift

+ 0 - 1
PickerFileProvider/FileProvider.swift

@@ -92,7 +92,6 @@ class FileProvider: NSFileProviderExtension, CCNetworkingDelegate {
     override func itemChanged(at url: URL) {
         // Called at some point after the file has changed; the provider may then trigger an upload
         
-        // TODO: mark file at <url> as needing an update in the model; kick off update process
         NSLog("Item changed at URL %@", url as NSURL)
         
         guard let account = NCManageDatabase.sharedInstance.getAccountActive() else {