1
0
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:
Todd Martin
2025-02-01 19:06:00 -05:00
parent 22dcb46976
commit a2c6274821

View File

@@ -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);
}