Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
codenamejason committed May 3, 2024
1 parent 74dab37 commit 169f54e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/data-layer/src/data-layer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -682,8 +682,6 @@ export class DataLayer {
},
);

console.log("donation", { response });

return response.donations.filter((donation) => {
return (
donation.application !== null && donation.application?.project !== null
Expand Down

0 comments on commit 169f54e

Please sign in to comment.