Skip to content

Commit

Permalink
Removed console logs (#7858)
Browse files Browse the repository at this point in the history
Co-authored-by: joehan <[email protected]>
  • Loading branch information
aalej and joehan authored Oct 22, 2024
1 parent 5c53ccd commit 995fab1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/emulator/functionsEmulator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -459,15 +459,12 @@ export class FunctionsEmulator implements EmulatorInstance {

async start(): Promise<void> {
const credentialEnv = await this.getCredentialsEnvironment();

console.log("got creds env");
for (const e of this.staticBackends) {
e.env = { ...credentialEnv, ...e.env };
}

if (Object.keys(this.adminSdkConfig || {}).length <= 1) {
const adminSdkConfig = await getProjectAdminSdkConfigOrCached(this.args.projectId);
console.log("got admin sdk");
if (adminSdkConfig) {
this.adminSdkConfig = adminSdkConfig;
} else {
Expand Down

0 comments on commit 995fab1

Please sign in to comment.