Skip to content

Commit 198c2c2

Browse files
authored
Changesets, remove debug log dex-analysis (#282)
1 parent 38745ec commit 198c2c2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/seven-rabbits-doubt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'dex-analysis': minor
3+
---
4+
5+
disallow arbitrary urls in DEX remote commands explore tools

apps/dex-analysis/src/warp_diag_reader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class WarpDiagReader extends DurableObject<Env> {
6969
const url = new URL(
7070
`https://api.cloudflare.com/client/v4/accounts/${accountId}/dex/devices/${deviceId}/commands/downloads/${commandId}.zip`
7171
)
72-
console.log(`WarpDiagReader fetching `, url)
72+
7373
let headers = {
7474
Authorization: `Bearer ${accessToken}`,
7575
}

0 commit comments

Comments
 (0)