Skip to content
Prev Previous commit
Next Next commit
Remove console.log
  • Loading branch information
patrick91 committed Mar 26, 2022
commit b0c8e3dab72be7e39684bd2307b7b26f71cfb94b
4 changes: 1 addition & 3 deletions src/cache-distributions/poetry-cache.ts
Original file line number Diff line number Diff line change
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