Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentine1898 committed Jul 4, 2024
1 parent 83672e2 commit 44c356a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/storage/src/indexed-db/indexed-db.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ describe('IndexedDb', () => {
verificationPrice: 0n,
executionPrice: 0n,
});
console.log(gasPrices);
await db.saveGasPrices(gasPrices);
const savedPrices = await db.getNativeGasPrices();

Expand Down

0 comments on commit 44c356a

Please sign in to comment.