Skip to content

Commit 6e15fa9

Browse files
committed
[js] Removing debugger statement
1 parent a956044 commit 6e15fa9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

javascript/node/selenium-webdriver/lib/webdriver.js

-1
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,6 @@ class WebDriver {
13931393
const params = JSON.parse(message)
13941394
if (params.method === 'Runtime.bindingCalled') {
13951395
let payload = JSON.parse(params['params']['payload'])
1396-
debugger;
13971396
let elements = await this.findElements({
13981397
css: '*[data-__webdriver_id=' + payload['target'],
13991398
})

0 commit comments

Comments
 (0)