Skip to content

Commit f947a91

Browse files
Remove console log
1 parent 2414931 commit f947a91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/server/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ function saveCode({ email, phoneNumber, preAuthSessionId, urlWithLinkCode, userI
154154

155155
let webauthnStore = new Map();
156156
const saveWebauthnToken = async ({ user, recoverAccountLink }) => {
157-
console.log("saveWebauthnToken", user, recoverAccountLink);
158157
const webauthn = webauthnStore.get(user.email) || {
159158
email: user.email,
160159
recoverAccountLink: "",

0 commit comments

Comments
 (0)