cleanup: remove trips debug logging — zoom transition confirmed stable
All checks were successful
Security Checks / dependency-audit (push) Successful in 27s
Security Checks / secret-scanning (push) Successful in 8s
Security Checks / dockerfile-lint (push) Successful in 7s

This commit is contained in:
Yusuf Suleman
2026-04-04 18:21:01 -05:00
parent e4a079bf11
commit d680af0547
2 changed files with 0 additions and 4 deletions

View File

@@ -41,9 +41,6 @@ struct TripsHomeView: View {
await vm.refresh()
}
.background(Color.canvas)
.onAppear {
print("[TRIPS] HomeView onAppear trips=\(vm.trips.count) loading=\(vm.isLoading)")
}
.toolbar {
ToolbarItem(placement: .title) {
HStack {

View File

@@ -10,7 +10,6 @@ struct UpcomingTripsPageView: View {
var namespace: Namespace.ID
var body: some View {
let _ = print("[TRIPS] UpcomingPageView body trips=\(trips.count)")
if trips.isEmpty {
VStack(spacing: 16) {
Image(systemName: "airplane.departure")