Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinheitzman committed Apr 15, 2020
1 parent d2341f4 commit 26c5a70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ export default class ChromeDriverLauncher {

async onPrepare() {
this.args.forEach(argument => {
console.log('port: ', argument.includes('--port'))

if (argument.includes('--port')) {
throw new Error('Argument "--port" already exists')
}
Expand Down

0 comments on commit 26c5a70

Please sign in to comment.