Skip to content

Commit

Permalink
rm logs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKurt committed Feb 6, 2024
1 parent 793327e commit aca35b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/builder/src/components/grants/ApplicationCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export default function ApplicationCard({
);

const isDirectRound = payoutStrategy === ROUND_PAYOUT_DIRECT;
console.log("===> props application", round?.applicationsEndTime);

return {
round,
Expand Down
1 change: 0 additions & 1 deletion packages/builder/src/components/rounds/Apply.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ function Apply() {
: undefined;
const showErrorModal =
applicationError && applicationStatus === ApplicationStatus.Error;
console.log("===> props application", round?.applicationsEndTime);

return {
roundState,
Expand Down

0 comments on commit aca35b6

Please sign in to comment.