Skip to content

Commit ab7e20f

Browse files
committed
remove logs
1 parent 988268d commit ab7e20f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/signed-fetch.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import jwt from 'jsonwebtoken';
44

55
export async function signedFetch(path: string, init: RequestInit = {}) {
6-
console.log('JWT', process.env.INTERNAL_JWT_SECRET);
76
const token = jwt.sign({}, process.env.INTERNAL_JWT_SECRET!, { expiresIn: '2m' });
87

98
const headers = new Headers(init.headers);

0 commit comments

Comments
 (0)