code cleanup

// FREEBIE
pull/1/head
Michael Kirk 7 years ago
parent 46f8b210a1
commit 6e3de94e99

@ -741,7 +741,7 @@ class MediaGalleryViewController: UINavigationController, MediaGalleryDataSource
func delete(items: [MediaGalleryItem]) {
AssertIsOnMainThread()
Logger.info("\(logTag) in \(#function) with items: \(items)")
Logger.info("\(logTag) in \(#function) with items: \(items.map { ($0.attachmentStream, $0.message.timestamp) })")
dataSourceDelegate?.mediaGalleryDataSource(self, willDelete: items)

Loading…
Cancel
Save