diff options
Diffstat (limited to 'Sora/Views/Post/Grid/PostGridView.swift')
| -rw-r--r-- | Sora/Views/Post/Grid/PostGridView.swift | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Sora/Views/Post/Grid/PostGridView.swift b/Sora/Views/Post/Grid/PostGridView.swift index c6e06f5..8e5e1a7 100644 --- a/Sora/Views/Post/Grid/PostGridView.swift +++ b/Sora/Views/Post/Grid/PostGridView.swift @@ -71,14 +71,6 @@ struct PostGridView: View { } if manager.isLoading { ToolbarItem { ProgressView() } } - - #if DEBUG - if manager.historyIndex < manager.searchHistory.count { - ToolbarItem { - Text("\(manager.historyIndex + 1)/\(manager.searchHistory.count)") - } - } - #endif #endif PlatformSpecificToolbarItem { |