Skip to content

Commit

Permalink
chore: remove console.log from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Niraj-Kamdar committed Sep 29, 2023
1 parent 1a1e6c6 commit 27f2491
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/__tests__/e2e/integration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ describe("Ethereum", () => {
}
);

console.log(result);
expect(result.ok).toBeTruthy();
if (!result.ok) throw new Error("Response is not ok");
expect(result.value).toBeTruthy();
Expand Down

0 comments on commit 27f2491

Please sign in to comment.