Skip to content

Commit 3677a18

Browse files
committed
Remove log
1 parent 6e50499 commit 3677a18

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.changeset/nice-cats-cut.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
'cloudflare-ai-gateway-mcp-server': patch
3+
'auditlogs': patch
4+
'cloudflare-autorag-mcp-server': patch
5+
'cloudflare-browser-mcp-server': patch
6+
'cloudflare-casb-mcp-server': patch
7+
'demo-day': patch
8+
'dex-analysis': patch
9+
'dns-analytics': patch
10+
'docs-autorag': patch
11+
'docs-vectorize': patch
12+
'graphql-mcp-server': patch
13+
'logpush': patch
14+
'cloudflare-radar-mcp-server': patch
15+
'containers-mcp': patch
16+
'workers-bindings': patch
17+
'workers-builds': patch
18+
'workers-observability': patch
19+
'@repo/mcp-common': patch
20+
---
21+
22+
Remove extraneous log

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)