diff --git a/packages/hoppscotch-app/components/teams/Invite.vue b/packages/hoppscotch-app/components/teams/Invite.vue index bfb20ccf..cb3898e7 100644 --- a/packages/hoppscotch-app/components/teams/Invite.vue +++ b/packages/hoppscotch-app/components/teams/Invite.vue @@ -460,13 +460,6 @@ watch( } ) -watch( - () => pendingInvites, - () => { - console.log(pendingInvites) - } -) - const removeInvitee = async (id: string) => { const result = await revokeTeamInvitation(id)() if (E.isLeft(result)) { diff --git a/packages/hoppscotch-app/components/teams/index.vue b/packages/hoppscotch-app/components/teams/index.vue index b58d7c56..120ade67 100644 --- a/packages/hoppscotch-app/components/teams/index.vue +++ b/packages/hoppscotch-app/components/teams/index.vue @@ -88,7 +88,7 @@