Browse Source

coding

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana 2 years ago
parent
commit
08b305cc16
1 changed files with 0 additions and 1 deletions
  1. 0 1
      iOSClient/Data/NCDataSource.swift

+ 0 - 1
iOSClient/Data/NCDataSource.swift

@@ -77,7 +77,6 @@ class NCDataSource: NSObject {
 
     internal func createSections() {
 
-        // Get sections value
         for metadata in metadatasSource {
             // skipped livePhoto
             if filterLivePhoto && metadata.livePhoto && metadata.ext == "mov" {