We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c230149 commit 579e508Copy full SHA for 579e508
java/client/src/org/openqa/selenium/support/ui/ExpectedConditions.java
@@ -32,7 +32,6 @@
32
import java.util.Arrays;
33
import java.util.List;
34
import java.util.Optional;
35
-import java.util.logging.Logger;
36
import java.util.regex.Matcher;
37
import java.util.regex.Pattern;
38
@@ -41,8 +40,6 @@
41
40
*/
42
public class ExpectedConditions {
43
44
- private static final Logger log = Logger.getLogger(ExpectedConditions.class.getName());
45
-
46
private ExpectedConditions() {
47
// Utility class
48
}
0 commit comments