Skip to content

Commit accc5bd

Browse files
committed
cleanup
1 parent a15134f commit accc5bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

helpers/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export const createUser = (key: `0x${string}`): User => {
2828

2929
export const createSigner = (key: `0x${string}`): Signer => {
3030
const user = createUser(key);
31-
console.log(`User: ${user.account.address}`, IdentifierKind.Ethereum);
3231
return {
3332
type: "EOA",
3433
getIdentifier: () => ({

0 commit comments

Comments
 (0)