mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 21:50:15 +00:00
Removed log to unclutter console
This commit is contained in:
@@ -13,7 +13,6 @@ export class AppIdService implements AppIdServiceAbstraction {
|
||||
) {}
|
||||
|
||||
async getAppId(): Promise<string> {
|
||||
this.logService.info("Retrieving application id");
|
||||
return await this.getEnsuredValue(APP_ID_KEY);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user