Skip to content

Commit 995fab1

Browse files
aalejjoehan
andauthored
Removed console logs (#7858)
Co-authored-by: joehan <[email protected]>
1 parent 5c53ccd commit 995fab1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/emulator/functionsEmulator.ts

-3
Original file line numberDiff line numberDiff line change
@@ -459,15 +459,12 @@ export class FunctionsEmulator implements EmulatorInstance {
459459

460460
async start(): Promise<void> {
461461
const credentialEnv = await this.getCredentialsEnvironment();
462-
463-
console.log("got creds env");
464462
for (const e of this.staticBackends) {
465463
e.env = { ...credentialEnv, ...e.env };
466464
}
467465

468466
if (Object.keys(this.adminSdkConfig || {}).length <= 1) {
469467
const adminSdkConfig = await getProjectAdminSdkConfigOrCached(this.args.projectId);
470-
console.log("got admin sdk");
471468
if (adminSdkConfig) {
472469
this.adminSdkConfig = adminSdkConfig;
473470
} else {

0 commit comments

Comments
 (0)