refactor(logging): replace remaining console.* with logger.debug/error across app, view-models, api-client, and framework
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user