Skip to content

Commit

Permalink
chore: removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
fonstack committed Dec 10, 2024
1 parent 04f88e2 commit c36ea59
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,15 +165,6 @@ export const SplitPayoutBeneficiaryForm = ({
];
};

console.log(
getGhIssueFromSubmission(
isPayoutCreated ? beneficiaries[index]?.decryptedSubmission ?? beneficiarySubmission! : beneficiarySubmission!,
vaultGithubIssues
)
);
console.log(isPayoutCreated ? beneficiaries[index]?.decryptedSubmission ?? beneficiarySubmission! : beneficiarySubmission!);
console.log(vaultGithubIssues);

return (
<div>
<div className="mb-1">{index + 1}.</div>
Expand Down

0 comments on commit c36ea59

Please sign in to comment.