diff --git a/apps/web/src/app/admin-console/organizations/members/members.component.ts b/apps/web/src/app/admin-console/organizations/members/members.component.ts index 486fdd93ec2..a0e0e191478 100644 --- a/apps/web/src/app/admin-console/organizations/members/members.component.ts +++ b/apps/web/src/app/admin-console/organizations/members/members.component.ts @@ -464,15 +464,6 @@ export class MembersComponent extends BaseMembersComponent } async edit(user: OrganizationUserView, initialTab: MemberDialogTab = MemberDialogTab.Role) { - console.log("Jimmy showToast"); - // Jimmy this is what they mean by toast. - // Jimmy It sounds like we need to display a different message depending on the if it's a reseller. - this.toastService.showToast({ - variant: "error", - title: this.i18nService.t("seatLimitReached"), - message: this.i18nService.t("contactYourProvider"), - }); - if ( !user && this.organization.hasReseller &&