clean up
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user