Skip to content

Commit 2eff324

Browse files
author
Catherine Lee
committed
tc
1 parent 2b4008f commit 2eff324

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer

terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ async function getCachedVersion(s3: S3, cacheObject: CacheObject): Promise<strin
1818
Bucket: cacheObject.bucket,
1919
Key: cacheObject.key,
2020
});
21-
console.log("hello")
22-
console.log(objectTagging)
2321
const versions = objectTagging.TagSet?.filter((t: Tag) => t.Key === versionKey);
2422
return versions?.length === 1 ? versions[0].Value : undefined;
2523
} catch (e) {

0 commit comments

Comments
 (0)