Skip to content

Commit b40c46c

Browse files
committed
revert: debugging logs
1 parent 18f1d1a commit b40c46c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

setup-local/dist/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,6 @@ class BinaryControl {
11081108
* platform and the architecture
11091109
*/
11101110
_decidePlatformAndBinary() {
1111-
core.info(`GITHUB WORKSPACE CHECK: ${process.env.GITHUB_WORKSPACE}`);
11121111
this.binaryFolder = path.resolve(
11131112
process.env.GITHUB_WORKSPACE,
11141113
'..', '..', '..',

setup-local/src/binaryControl.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ class BinaryControl {
4343
* platform and the architecture
4444
*/
4545
_decidePlatformAndBinary() {
46-
core.info(`GITHUB WORKSPACE CHECK: ${process.env.GITHUB_WORKSPACE}`);
4746
this.binaryFolder = path.resolve(
4847
process.env.GITHUB_WORKSPACE,
4948
'..', '..', '..',

0 commit comments

Comments
 (0)