diff --git a/apps/web/src/app/admin-console/organizations/members/components/member-dialog/member-dialog.component.ts b/apps/web/src/app/admin-console/organizations/members/components/member-dialog/member-dialog.component.ts index 7f7c3ce79ab..25268db2785 100644 --- a/apps/web/src/app/admin-console/organizations/members/components/member-dialog/member-dialog.component.ts +++ b/apps/web/src/app/admin-console/organizations/members/components/member-dialog/member-dialog.component.ts @@ -177,9 +177,7 @@ export class MemberDialogComponent implements OnDestroy { .pipe(shareReplay({ refCount: true, bufferSize: 1 })); let userDetails$; - console.log("jimmy 1"); if (this.isEditDialogParams(this.params)) { - console.log("jimmy 2"); this.editMode = true; this.title = this.i18nService.t("editMember"); userDetails$ = this.userService.get( @@ -188,7 +186,6 @@ export class MemberDialogComponent implements OnDestroy { ); this.tabIndex = this.params.initialTab; } else { - console.log("jimmy 3"); this.editMode = false; this.title = this.i18nService.t("inviteMember"); userDetails$ = of(null); @@ -197,7 +194,6 @@ export class MemberDialogComponent implements OnDestroy { this.isOnSecretsManagerStandalone = this.params.isOnSecretsManagerStandalone; - console.log("jimmy 4"); if (this.isOnSecretsManagerStandalone) { this.formGroup.patchValue({ accessSecretsManager: true,