Skip to content

Commit

Permalink
fix: remove unnecessary console log
Browse files Browse the repository at this point in the history
  • Loading branch information
adamegyed committed Jan 23, 2025
1 parent 84b2f87 commit 6797694
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aa-sdk/core/src/middleware/defaults/7702signer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export const default7702UserOpSigner: (
const signer = account.getSigner();

if (!signer.signAuthorization) {
console.log("account does not support signAuthorization");
return uo;
}

Expand Down

0 comments on commit 6797694

Please sign in to comment.