diff --git a/packages/hoppscotch-app/components/teams/Invite.vue b/packages/hoppscotch-app/components/teams/Invite.vue index bfb20ccf6..cb3898e78 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 b58d7c560..120ade675 100644 --- a/packages/hoppscotch-app/components/teams/index.vue +++ b/packages/hoppscotch-app/components/teams/index.vue @@ -88,7 +88,7 @@