Skip to content

Commit

Permalink
revert(oauth): remove certificate debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jwulf committed May 3, 2024
1 parent 5c24cf8 commit 9a4e806
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/GetSystemCertificates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ async function readWindowsCaCertificates() {
onend: () => resolve(list),
})
})
console.log(pems)
return pems
}

Expand Down

0 comments on commit 9a4e806

Please sign in to comment.