refactor(logging): replace remaining console.* with logger.debug/error across app, view-models, api-client, and framework

This commit is contained in:
2025-08-31 12:18:15 +02:00
parent 4ee209ef78
commit 9dab498aa2
4 changed files with 34 additions and 34 deletions

View File

@@ -840,7 +840,7 @@ class App {
// Initialize the application
init() {
console.log('SPORE UI Framework initialized');
logger.debug('SPORE UI Framework initialized');
// Note: Navigation is now handled by the app initialization
// to ensure routes are registered before navigation