From 2f4436a8cb760588f64e8fe956355d9fb55b11fc Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 1 Dec 2023 14:23:18 +0800 Subject: [PATCH] Remove debug line --- apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift b/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift index a54bc9790..83a9ec5ac 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift @@ -690,7 +690,6 @@ struct AnimatingCellHeight: AnimatableModifier { .coordinateSpace(name: "scroll") .onChange(of: shouldScrollToTop) { _ in if shouldScrollToTop, let topItem = viewModel.fetcher.items.first { - print("READING POISTION: ", topItem) withAnimation { // add animation for scroll to top reader.scrollTo(topItem.unwrappedID, anchor: .top) // scroll }