Skip to content

Commit f23a6ed

Browse files
committed
chore: remove console logs
1 parent 10e22fb commit f23a6ed

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

core/scripts/testing/scripts.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,10 @@
7575
if (window.Ionic.config.get && window.Ionic.config.set) {
7676
import('/www/themes/utils/theme.js').then(themeModule => {
7777
themeModule.applyGlobalTheme(theme);
78-
}).catch(() => {
79-
console.info('Could not reapply theme - theme module not found');
8078
});
8179
}
82-
83-
console.info(`Loaded ${themeName} theme with palette ${paletteName}:`, theme);
8480
} catch (error) {
85-
console.info(`Failed to load theme tokens for ${themeName}:`, error);
81+
return;
8682
}
8783
}
8884

0 commit comments

Comments
 (0)