Skip to content

Commit f5932a3

Browse files
committed
Remove log
1 parent 86c2e4f commit f5932a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/mcp-common/src/api-token-mode.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export async function isApiTokenRequest(req: Request, env: RequiredEnv) {
1616
}
1717

1818
const authHeader = req.headers.get('Authorization')
19-
console.log(authHeader)
2019
if (!authHeader) return false
2120

2221
const [type, token] = authHeader.split(' ')

0 commit comments

Comments
 (0)