Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
mattupham committed Sep 18, 2024
1 parent ed1dfc7 commit 1bc3082
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/stores/src/account/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -845,8 +845,6 @@ export class AccountStore<Injects extends Record<string, any>[] = []> {

const forceSignDirect = doesTxNeedDirectSigning;

console.log("forceSignDirect", forceSignDirect);

return ("signAmino" in offlineSigner || "signAmino" in wallet.client) &&
!forceSignDirect
? this.signAmino({
Expand Down

0 comments on commit 1bc3082

Please sign in to comment.