1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 14:34:02 +00:00

Remove debugging logs and comments

This commit is contained in:
Jimmy Vo
2024-12-04 16:51:34 -05:00
parent 561d10364c
commit f980b2b57e

View File

@@ -464,15 +464,6 @@ export class MembersComponent extends BaseMembersComponent<OrganizationUserView>
}
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 &&