Skip to content

Commit 22768d2

Browse files
committed
chore: remove bad logging
1 parent f636804 commit 22768d2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

account-kit/infra/src/client/smartAccountClient.test.ts

-9
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,6 @@ describe("AlchemySmartAccountClient tests", () => {
8787
.request({ method: "eth_supportedEntryPoints", params: [] })
8888
.catch(() => {});
8989

90-
console.log(
91-
"BLUJ ",
92-
JSON.stringify(
93-
fetchSpy.mock.calls.map((x) => x[1]?.headers),
94-
null,
95-
2
96-
)
97-
);
98-
9990
expect(
10091
fetchSpy.mock.calls.map((x) => x[1]?.headers)[0]
10192
).toMatchInlineSnapshot(

0 commit comments

Comments
 (0)