Skip to content

Commit 49026fe

Browse files
authored
Remove console.log
1 parent 9b626ee commit 49026fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/api/create.post.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
export default eventHandler(async (event) => {
22
const { id, pem } = await readBody<{ id: string; pem: string }>(event);
3-
console.log(id, pem);
43
if (
54
!pem.startsWith("-----BEGIN PUBLIC KEY-----") ||
65
!pem.endsWith("-----END PUBLIC KEY-----")

0 commit comments

Comments
 (0)