Skip to content

Commit

Permalink
backend: Removed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Jan 14, 2025
1 parent c0d2660 commit 8993b52
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export class GlobalPreferencesService<T extends GlobalPreferences = GlobalPrefer
protected storage: GlobalPreferencesStorage;
protected constructor() {
this.storage = GlobalPreferencesStorageFactory.create();
console.log('00000000000000000000 GlobalPreferencesService created');
}

static getInstance() {
Expand Down

0 comments on commit 8993b52

Please sign in to comment.