Skip to content

Commit 3c3e8b6

Browse files
committed
Remove misleading comments.
1 parent 58a1f15 commit 3c3e8b6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/workerd/api/r2-test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,6 @@ export default {
371371
}
372372
}
373373
case 'multipleChecksums': {
374-
// Convert buffers to hex strings as expected by Cap'n Proto JSON codec
375374
const toHex = (buffer) =>
376375
Array.from(buffer, (b) => b.toString(16).padStart(2, '0')).join(
377376
''
@@ -575,8 +574,6 @@ export default {
575574
});
576575
}
577576
case 'multipleChecksums': {
578-
// Return HEAD response with multiple checksums
579-
// Convert buffers to hex strings as expected by Cap'n Proto JSON codec
580577
const toHex = (buffer) =>
581578
Array.from(buffer, (b) => b.toString(16).padStart(2, '0')).join(
582579
''

0 commit comments

Comments
 (0)