Change console statements to debug or warn

This commit is contained in:
2026-01-27 12:58:36 +07:00
parent 8c58a76030
commit 0212fa359b
8 changed files with 19 additions and 22 deletions

View File

@@ -28,7 +28,7 @@ export default class ApplicationComponent extends Component {
constructor() {
super(...arguments);
console.log('Application component constructed');
console.debug('Application component constructed');
// Access the service to ensure it is instantiated
this.storage;
}