Skip to content

Commit

Permalink
fix: remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Apr 28, 2020
1 parent a5d6108 commit cb06cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remote/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ function startWebDriver(options = {}) {
driverArgs = ['--port', port, ...browserArgs];
break;
}
debugger;

let webDriver = await module.exports.spawnWebDriver(driverName, driverArgs);

if (!yn(process.env.WEBDRIVER_DISABLE_CLEANUP)) {
Expand Down

0 comments on commit cb06cd2

Please sign in to comment.