Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Nov 8, 2024
1 parent 246361d commit a98517d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/token/tasks/transfer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ const main = async (args: any, hre: HardhatRuntimeEnvironment) => {

const receiver = args.receiver || signer.address;

console.log(args.to, receiver, args.amount, {
...txOptions,
value: gasAmount,
});
tx = await (contract as any).transferCrossChain(
args.to,
receiver,
Expand Down

0 comments on commit a98517d

Please sign in to comment.