This commit is contained in:
cpu
2025-03-31 01:31:33 +02:00
parent 51a1be22d2
commit 339ef0482a
3 changed files with 1 additions and 6 deletions

View File

@@ -23,10 +23,6 @@ async function initialize() {
// Use the ensureEnvLoaded function from config.js to make sure environment variables are loaded
await config.ensureEnvLoaded();
console.log("Environment variables loaded and verified");
// Log the loaded environment variables for debugging
console.log("BACKEND_URL:", config.getBackendUrl());
console.log("PUBLIC_VAPID_KEY:", config.getPublicVapidKey());
} catch (error) {
console.warn("Failed to load environment variables, using defaults:", error);
}