Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
hlshen committed May 11, 2024
1 parent 9b0bdaf commit fa4f481
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions firebase-vscode/src/cli.ts
Expand Up @@ -103,8 +103,6 @@ async function requireAuthWrapper(showError: boolean = true): Promise<boolean> {
pluginLogger.debug("requireAuthWrapper");
let account = getGlobalDefaultAccount();
// often overwritten when restarting the extension.
console.log("HAROLD", account);

if (!account) {
// If nothing in configstore top level, grab the first "additionalAccount"
const accounts = getAllAccounts();
Expand Down Expand Up @@ -138,7 +136,6 @@ async function requireAuthWrapper(showError: boolean = true): Promise<boolean> {
// user
// Priority 3: Google login account exists and there is no selected user
// Clear service account access token from memory in apiv2.
console.log("HAROLD2", account);
setAccessToken();
await requireAuth({ ...commandOptions, ...account });
return true;
Expand Down

0 comments on commit fa4f481

Please sign in to comment.