Skip to content

Commit 838a70f

Browse files
committed
[javascript] Removing extra logging
1 parent f104ccd commit 838a70f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ function driverLocation(options) {
119119
}
120120
try {
121121
output = JSON.parse(spawnResult.stdout.toString())
122-
console.log(output)
123122
} catch (e) {
124123
throw new Error(
125124
`Error executing command for ${smBinary} with ${args}: ${e.toString()}`

0 commit comments

Comments
 (0)