cleaning up debug statements

This commit is contained in:
Vallie Joseph
2024-04-01 13:52:01 +00:00
parent c14e304555
commit 90ee020ccd
2 changed files with 1 additions and 3 deletions
@@ -51,6 +51,7 @@ export async function uploadZipToBlobStorage(
zipUploadStream.pipe(uploadStream) // This stream is used for the upload
zipUploadStream.pipe(hashStream).setEncoding('hex') // This stream is used to compute a hash of the zip content that gets used. Integrity check
core.info('Beginning upload of artifact content to blob storage')
try {
await blockBlobClient.uploadStream(
uploadStream,