Skip to content

Commit

Permalink
fix(cleanup): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
1swaraj committed Jun 17, 2022
1 parent 629479f commit a15b6c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion __tests__/provider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ describe('defaultProvider', () => {
if (transaction.status !== 'REJECTED') {
exampleBlockHash = transaction.block_hash;
exampleBlockNumber = transaction.block_number;
console.log(exampleBlockNumber);
}
});

Expand Down

0 comments on commit a15b6c6

Please sign in to comment.