8000 Remove console.log · Ditto190/Github-setup-python@b0c8e3d · GitHub
[go: up one dir, main page]

Skip to content

Commit b0c8e3d

Browse files
committed
Remove console.log
1 parent 0ebf799 commit b0c8e3d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/cache-distributions/poetry-cache.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,8 @@ class PoetryCache extends CacheDistributor {
4848
]);
4949

5050
if (exitCode && stderr) {
51-
console.log(stdout, stderr, exitCode);
52-
5351
throw new Error(
54-
`Could not get cache folder path for poetry package manager`
52+
'Could not get cache folder path for poetry package manager'
5553
);
5654
}
5755

0 commit comments

Comments
 (0)
0