Skip to content

Commit 9ce92f7

Browse files
committed
chore: logs
1 parent 4e6c2d0 commit 9ce92f7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

bin/commands/runs.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ const { isTurboScaleSession, getTurboScaleGridDetails, patchCypressConfigFileCon
4141

4242
module.exports = function run(args, rawArgs) {
4343

44-
console.log(`BrowserStack Cypress CLI v${pkg.version}`);
45-
4644
markBlockStart('preBuild');
4745
// set debug mode (--cli-debug)
4846
utils.setDebugMode(args);
@@ -197,7 +195,7 @@ module.exports = function run(args, rawArgs) {
197195
if(process.env.BS_TESTOPS_BUILD_COMPLETED) {
198196
setEventListeners(bsConfig);
199197
}
200-
198+
201199
return runCypressTestsLocally(bsConfig, args, rawArgs);
202200
}
203201

@@ -208,7 +206,6 @@ module.exports = function run(args, rawArgs) {
208206
if(process.env.BROWSERSTACK_TEST_ACCESSIBILITY) {
209207
setAccessibilityEventListeners(bsConfig);
210208
}
211-
console.log('BrowserStack Test Observability Plugin initialized ' + process.env.BS_TESTOPS_BUILD_COMPLETED);
212209
if(process.env.BS_TESTOPS_BUILD_COMPLETED) {
213210
setEventListeners(bsConfig);
214211
}

0 commit comments

Comments
 (0)