Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
xenosf committed Nov 5, 2024
1 parent 3297eb3 commit d44fc3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module.exports.ROOT_URL = "http://localhost:3000";
module.exports.getWebDriver = async () => {
let browser = process.env.BROWSER;
let driver = await new Builder().forBrowser(browser).build();
console.log(driver);
return driver;
};

Expand Down

0 comments on commit d44fc3a

Please sign in to comment.