Browse Source

clear code

Marino Faggiana 7 years ago
parent
commit
7344f35821
1 changed files with 0 additions and 9 deletions
  1. 0 9
      PickerFileProvider/FileProviderEnumerator.swift

+ 0 - 9
PickerFileProvider/FileProviderEnumerator.swift

@@ -129,15 +129,6 @@ class FileProviderEnumerator: NSObject, NSFileProviderEnumerator {
     }
     
     func enumerateChanges(for observer: NSFileProviderChangeObserver, from anchor: NSFileProviderSyncAnchor) {
-        /*
-         - query the server for updates since the passed-in sync anchor
-         
-         If this is an enumerator for the active set:
-         - note the changes in your local database
-         
-         - inform the observer about item deletions and updates (modifications + insertions)
-         - inform the observer when you have finished enumerating up to a subsequent sync anchor
-         */
         
         observer.finishEnumeratingChanges(upTo: anchor, moreComing: false)
     }