Skip to content

Commit

Permalink
remove more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Engg committed Jul 17, 2024
1 parent 2fcacde commit 72c6de2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/remix-lib/src/execution/txRunnerWeb3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ export class TxRunnerWeb3 {
const receipt = await tryTillReceiptAvailable(resp, this.getWeb3())
tx = await tryTillTxAvailable(resp, this.getWeb3())
currentDateTime = new Date();
const end = currentDateTime.getTime() / 1000
console.log('tx duration', end - start)
resolve({
receipt,
tx,
Expand Down

0 comments on commit 72c6de2

Please sign in to comment.