Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jul 27, 2023
1 parent 215b592 commit 79f6062
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ export const launcher = NuxtServiceLauncher
export default class NuxtService {
beforeSession (config: Options.Testrunner) {
config.baseUrl = process.env.WDIO_BASE_URL
console.log('BASE URL IS', config.baseUrl)
}
}

0 comments on commit 79f6062

Please sign in to comment.