Skip to content

Commit 445c062

Browse files
committed
Remove obsolete comment
1 parent 1361200 commit 445c062

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

terraform-module/edge-lambdas/src/viewer-request/viewer-request.ts

-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ export function getHandler(config: Config, s3: S3Client) {
3434
const request = event.Records[0].cf.request
3535

3636
try {
37-
// Get app version and translation version in parallel to avoid the double network penalty.
38-
// Translation hash is only fetched if translations are enabled. Fetching translation cursor
39-
// can never throw here, as in case of a failure we're returning a default value.
4037
const appVersion = await getAppVersion(request, config, s3)
4138

4239
// Set app version header on request, so it can be picked up by the viewer response lambda

0 commit comments

Comments
 (0)