From 63e1738d8741008025aec4eba93c6eed5b062a12 Mon Sep 17 00:00:00 2001 From: Matthew Raymer Date: Tue, 19 Aug 2025 05:46:06 +0000 Subject: [PATCH] fix(ui): remove debug output from AccountViewView map loading Removes debug span showing map loading status that was left in production code. Keeps map functionality intact while cleaning up UI for production use. --- src/views/AccountViewView.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue index 5be23edf..f635df32 100644 --- a/src/views/AccountViewView.vue +++ b/src/views/AccountViewView.vue @@ -182,9 +182,7 @@ @change="onLocationCheckboxChange" /> - (Debug: {{ isMapReady ? "Map Ready" : "Map Loading" }}) +