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 }