Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
genaroibc committed Apr 6, 2024
1 parent 40e3345 commit 26e8804
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -542,14 +542,6 @@ export class Squid {
GasPrice.fromString(route.transactionRequest!.gasPrice)
);

console.log({
signerAddress,
fromAminoMsg,
fee,
estimatedGas,
gasMultiplier
});

return (signer as SigningCosmWasmClient).signAndBroadcast(
signerAddress,
[fromAminoMsg],
Expand Down

0 comments on commit 26e8804

Please sign in to comment.