Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
taraepp committed Nov 8, 2024
1 parent 28cbc2d commit b4904c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/common/src/redux/selectors/projectSelectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ export const formatProjectSummary = (summary, project, amsAuthTypes) => {
export const getFormattedProjectSummary = createSelector(
[getProjectSummary, getProject, getAmsAuthorizationTypes],
(summary, project, amsAuthTypes) => {
console.log(amsAuthTypes);
return formatProjectSummary(summary, project, amsAuthTypes);
}
);

0 comments on commit b4904c0

Please sign in to comment.