Skip to content

Commit 2755514

Browse files
committed
chore: removed stale logging
1 parent 180edc7 commit 2755514

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

setup-local/dist/index.js

Lines changed: 0 additions & 2 deletions
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
'..', '..', '..',
@@ -1243,7 +1242,6 @@ class BinaryControl {
12431242

12441243
core.info('Downloading BrowserStackLocal binary...');
12451244
const downloadPath = await tc.downloadTool(this.binaryLink, path.resolve(this.binaryFolder, 'binaryZip'));
1246-
core.info(`Downloaded Path: ${downloadPath}`);
12471245
const extractedPath = await tc.extractZip(downloadPath, this.binaryFolder);
12481246
core.info(`BrowserStackLocal binary downloaded & extracted successfuly at: ${extractedPath}`);
12491247
const cachedPath = await tc.cacheDir(extractedPath, LOCAL_BINARY_NAME, '1.0.0');

setup-local/src/binaryControl.js

Lines changed: 0 additions & 2 deletions
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
'..', '..', '..',
@@ -178,7 +177,6 @@ class BinaryControl {
178177

179178
core.info('Downloading BrowserStackLocal binary...');
180179
const downloadPath = await tc.downloadTool(this.binaryLink, path.resolve(this.binaryFolder, 'binaryZip'));
181-
core.info(`Downloaded Path: ${downloadPath}`);
182180
const extractedPath = await tc.extractZip(downloadPath, this.binaryFolder);
183181
core.info(`BrowserStackLocal binary downloaded & extracted successfuly at: ${extractedPath}`);
184182
const cachedPath = await tc.cacheDir(extractedPath, LOCAL_BINARY_NAME, '1.0.0');

0 commit comments

Comments
 (0)