Skip to content

Commit

Permalink
chore: remove console.log in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed May 23, 2023
1 parent b201968 commit 0d569f4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ describe("maybeArchiveState", function () {
const finalArchivedEpochs = finalArchivedStates.map((eachslot) => {
return computeEpochAtSlot(eachslot);
});
// console.log("Final archived keys", finalArchivedEpochs);
expect(finalArchivedEpochs).to.be.deep.equal(archivedStateSlots);
});
});
Expand Down

0 comments on commit 0d569f4

Please sign in to comment.