Skip to content

Commit

Permalink
[java] Removing unused vars in SeleniumManager.java
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
diemol committed Aug 28, 2023
1 parent 181f9c3 commit 4584c3c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions java/src/org/openqa/selenium/manager/SeleniumManager.java
Expand Up @@ -61,9 +61,6 @@ public class SeleniumManager {

private static final String SELENIUM_MANAGER = "selenium-manager";
private static final String EXE = ".exe";
private static final String INFO = "INFO";
private static final String WARN = "WARN";
private static final String DEBUG = "DEBUG";

private static volatile SeleniumManager manager;

Expand Down

0 comments on commit 4584c3c

Please sign in to comment.