Skip to content

Commit

Permalink
Removed useless log entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Reiche committed Oct 15, 2021
1 parent 1bdf510 commit 4aabccd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ public void setupNewWebDriverSession(EventFiringWebDriver eventFiringWebDriver,
*/
desktopWebDriverRequest.getBaseUrl().ifPresent(baseUrl -> {
try {
log().info("Opening baseUrl: " + baseUrl.toString());
StopWatch.startPageLoad(eventFiringWebDriver);
eventFiringWebDriver.get(baseUrl.toString());
} catch (Exception e) {
Expand Down

0 comments on commit 4aabccd

Please sign in to comment.