Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
Signed-off-by: Marino Faggiana <[email protected]>
  • Loading branch information
marinofaggiana committed Dec 3, 2024
1 parent 5796e84 commit a3c316e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions iOSClient/Media/NCMediaDataSource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ extension NCMedia {
let limit = max(self.collectionView.visibleCells.count * 3, 300)

DispatchQueue.global(qos: .background).async {
print("XXXXX WAIT")
self.semaphore.wait()
self.hasRunSearchMedia = true

Expand Down Expand Up @@ -161,7 +160,6 @@ extension NCMedia {
self.activityIndicator.stopAnimating()
}

print("XXXXX SIGNAL")
self.semaphore.signal()
self.hasRunSearchMedia = false
}
Expand Down

0 comments on commit a3c316e

Please sign in to comment.