Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBAndrews committed Dec 17, 2023
1 parent a64c5bf commit 70a2a30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mlem/Models/Trackers/Post Tracker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ class PostTracker: ObservableObject {
if newPosts.isEmpty {
hasReachedEnd = true
} else if let currentCursor, cursor == currentCursor {
print("cursor has reached end")
hasReachedEnd = true
} else {
await add(newPosts, filtering: filtering)
Expand Down

0 comments on commit 70a2a30

Please sign in to comment.