Skip to content

Commit 21107cf

Browse files
authored
Fix: remove two small console logs from tests (#717)
1 parent 2e468e5 commit 21107cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/evm/hardhat/SpokePool.Deposit.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ describe("SpokePool Depositor Logic", async function () {
301301
it("quoteTimestamp is out of range", async function () {
302302
const revertReason = "InvalidQuoteTimestamp";
303303
const quoteTimeBuffer = await spokePool.depositQuoteTimeBuffer();
304-
console.log("quoteTimeBuffer", quoteTimeBuffer);
305304

306305
await expect(
307306
spokePool.connect(depositor).deposit(
@@ -414,7 +413,6 @@ describe("SpokePool Depositor Logic", async function () {
414413
});
415414
it("invalid fillDeadline", async function () {
416415
const fillDeadlineBuffer = await spokePool.fillDeadlineBuffer();
417-
console.log("fillDeadlineBuffer", fillDeadlineBuffer);
418416
const currentTime = await spokePool.getCurrentTime();
419417

420418
await expect(

0 commit comments

Comments
 (0)