Skip to content

Commit 5af3b2d

Browse files
committed
[js] change log level in Selenium Manager to reduce noise
1 parent 3440f5a commit 5af3b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/node/selenium-webdriver/common/seleniumManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function driverLocation(options) {
7171
)
7272
}
7373

74-
console.log(
74+
console.debug(
7575
'Applicable driver not found; attempting to install with Selenium Manager (Beta)'
7676
)
7777

0 commit comments

Comments
 (0)