Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Feb 29, 2024
1 parent 72da47e commit 8247d79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/TransactionRecoveryApi/AxelarGMPRecoveryAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ export class AxelarGMPRecoveryAPI extends AxelarRecoveryApi {
return currentBlock - gmpTx.call.blockNumber;
}

console.log(receipt);
return receipt.confirmations;
});

Expand Down

0 comments on commit 8247d79

Please sign in to comment.