Skip to content

Commit

Permalink
Fix: remove two small console logs from tests (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaree authored Nov 4, 2024
1 parent 2e468e5 commit 21107cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/evm/hardhat/SpokePool.Deposit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ describe("SpokePool Depositor Logic", async function () {
it("quoteTimestamp is out of range", async function () {
const revertReason = "InvalidQuoteTimestamp";
const quoteTimeBuffer = await spokePool.depositQuoteTimeBuffer();
console.log("quoteTimeBuffer", quoteTimeBuffer);

await expect(
spokePool.connect(depositor).deposit(
Expand Down Expand Up @@ -414,7 +413,6 @@ describe("SpokePool Depositor Logic", async function () {
});
it("invalid fillDeadline", async function () {
const fillDeadlineBuffer = await spokePool.fillDeadlineBuffer();
console.log("fillDeadlineBuffer", fillDeadlineBuffer);
const currentTime = await spokePool.getCurrentTime();

await expect(
Expand Down

0 comments on commit 21107cf

Please sign in to comment.