Skip to content

Commit

Permalink
Remove used Logger
Browse files Browse the repository at this point in the history
See #3422
  • Loading branch information
sbrannen committed Oct 30, 2023
1 parent 6bc83bd commit 5f26cba
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
import org.junit.jupiter.engine.config.JupiterConfiguration;
import org.junit.jupiter.engine.extension.MutableExtensionRegistry;
import org.junit.platform.commons.JUnitException;
import org.junit.platform.commons.logging.Logger;
import org.junit.platform.commons.logging.LoggerFactory;
import org.junit.platform.engine.EngineExecutionListener;
import org.junit.platform.engine.support.hierarchical.EngineExecutionContext;
import org.junit.platform.engine.support.hierarchical.ThrowableCollector;
Expand All @@ -29,8 +27,6 @@
@API(status = INTERNAL, since = "5.0")
public class JupiterEngineExecutionContext implements EngineExecutionContext {

private static final Logger logger = LoggerFactory.getLogger(JupiterEngineExecutionContext.class);

private final State state;

// The following is not "cloneable" State.
Expand Down

0 comments on commit 5f26cba

Please sign in to comment.