Skip to content

Commit

Permalink
fix: useless console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierJp committed Oct 14, 2024
1 parent bc53fde commit 1d79b11
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions clients/api-data-subvention/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ const mapToDomainObject = (grantItems: IGrantItem[]): ISubvention[] => {
const description = grantItem.application.dispositif?.value;
const amount = grantItem.application.montants?.accorde?.value;

if (year === 2024) {
console.log(grantItem);
}

const newSubvention: ISubvention = {
year,
label,
Expand Down

0 comments on commit 1d79b11

Please sign in to comment.