Skip to content

Commit

Permalink
Revert "Tmp, trying toJSON"
Browse files Browse the repository at this point in the history
This reverts commit 0ff1138.
  • Loading branch information
stephenmcgruer committed Aug 14, 2024
1 parent 0ff1138 commit 082cfa7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pr/spc/pr.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ async function createPaymentCredential(windowLocalStorageIdentifier) {
arrayBufferToBase64(publicKeyCredential.rawId));
info(windowLocalStorageIdentifier + ' enrolled: ' + objectToString(
publicKeyCredential));
info(JSON.stringify(publicKeyCredential.toJSON()));
} catch (err) {
error(err);
}
Expand Down

0 comments on commit 082cfa7

Please sign in to comment.