Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Mar 26, 2022
1 parent 0ebf799 commit b0c8e3d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/cache-distributions/poetry-cache.ts
Expand Up @@ -48,10 +48,8 @@ class PoetryCache extends CacheDistributor {
]);

if (exitCode && stderr) {
console.log(stdout, stderr, exitCode);

throw new Error(
`Could not get cache folder path for poetry package manager`
'Could not get cache folder path for poetry package manager'
);
}

Expand Down

0 comments on commit b0c8e3d

Please sign in to comment.