mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-03 12:27:32 +01:00
Remove caveman debugging
This commit is contained in:
parent
59528f48b1
commit
4d8e8dab47
@ -197,7 +197,6 @@ private extension TimelineModel {
|
||||
}
|
||||
.combineLatest(sortDirectionPublisher, groupByPublisher)
|
||||
.compactMap { [weak self] articles, sortDirection, groupBy in
|
||||
print("************")
|
||||
let sortedArticles = Array(articles).sortedByDate(sortDirection ? .orderedDescending : .orderedAscending, groupByFeed: groupBy)
|
||||
return self?.buildTimelineItems(articles: sortedArticles) ?? TimelineItems()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user