Skip to content

Commit

Permalink
removing info logs
Browse files Browse the repository at this point in the history
  • Loading branch information
vmjoseph committed Jan 9, 2024
1 parent 2124ef2 commit 7549d1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/artifact/src/internal/download/download-artifact.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,10 @@ export async function streamExtractExternal(
})
.pipe(unzip.Extract({path: directory}))
.on('close', () => {
core.info(`zip stream: Artifact downloaded to: ${directory}`)
clearTimeout(timer)
resolve()
})
.on('error', (error: Error) => {
core.warning(`zip stream: Artifact download failed: ${error.message}`)
reject(error)
})
})
Expand Down

0 comments on commit 7549d1b

Please # to comment.