From bfe7105663abd736954e0bea7d6e640a3c342d5c Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 17 Mar 2025 05:15:43 -0700 Subject: feat: Development commit --- Sora/Views/Post/Grid/PostGridView.swift | 8 -------- 1 file changed, 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 { -- cgit v1.2.3