Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrunton committed Aug 23, 2024
1 parent ea98067 commit 949167d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions services/api/src/app/auth/permissions/roles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ export const defineRolesForUser = (user: User, memberships: Membership[]) => {
);
const pendingInviteRoomIds = pluck('roomId', pendingInvitations);

console.info({ memberships, joinedRoomIds, pendingInviteRoomIds });

can(Role.Manage, 'Room', {
ownerId: user.id,
});
Expand Down

0 comments on commit 949167d

Please sign in to comment.