From faf5ce2cfdca64f45e650ae9fb60afb59ad74857 Mon Sep 17 00:00:00 2001 From: Connor Johnstone Date: Sun, 21 Sep 2025 21:35:06 -0400 Subject: [PATCH] Remove remaining frontend console logs for production MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove HTML loading and WASM initialization logs - Clean up service worker registration/activation logs - Remove alarm system initialization messages - Remove notification permission logging - Keep essential error logging for troubleshooting - Clean production console output 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- frontend/index.html | 5 ++--- frontend/service-worker.js | 8 +------- frontend/src/app.rs | 8 +------- frontend/src/services/alarm_storage.rs | 1 - 4 files changed, 4 insertions(+), 18 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index c5313b5..0bef8ec 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -14,9 +14,8 @@