Skip to content

Commit

Permalink
chore: remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
FredrikOseberg committed Sep 16, 2024
1 parent 212203f commit e357b10
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/lib/features/project/project-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -964,16 +964,6 @@ export default class ProjectService {
(role) => role.permissions,
);

this.logger.info('-----------');
this.logger.info(
`filteredUserPermissions: ${JSON.stringify(filteredUserPermissions, null, 2)}`,
);
this.logger.info(
`rolesToBeAssignedPermissions,
${JSON.stringify(rolesToBeAssignedPermissions, null, 2)}`,
);
this.logger.info('-----------');

return canGrantProjectRole(
filteredUserPermissions,
rolesToBeAssignedPermissions,
Expand Down

0 comments on commit e357b10

Please sign in to comment.