Skip to content

Commit 7e8fc51

Browse files
authored
Remove unused import.
Remove unused import. As far as I can tell, com.sun.javafx.util.Logging was added by accident. Having this class should not be required to build the Selenium source code.
1 parent 4b3bfa7 commit 7e8fc51

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

java/server/src/org/openqa/selenium/remote/server/BeginSession.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323

2424
import com.google.common.collect.ImmutableMap;
2525

26-
import com.sun.javafx.util.Logging;
27-
2826
import org.openqa.selenium.SessionNotCreatedException;
2927
import org.openqa.selenium.logging.LogType;
3028
import org.openqa.selenium.logging.LoggingPreferences;

0 commit comments

Comments
 (0)