Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
alten-dturus committed Jan 13, 2025
1 parent 9d47944 commit ad7c379
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ export const DelegationCreateForm: React.FC<DelegationCreateFormProps> = ({
eserviceId: formValues.eserviceName,
delegateId: formValues.delegateId,
}
console.log({ createDelegationParams })

createProducerDelegation(createDelegationParams, {
onSuccess: () => {
Expand Down

0 comments on commit ad7c379

Please sign in to comment.