Skip to content

Commit

Permalink
TraceManager: removed unused LOGGER field
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Mar 10, 2020
1 parent 303516c commit 91afce8
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -20,9 +20,7 @@ public class TraceManager {

private static final String PERFORMANCE_ADVISOR = "PERFORMANCE_ADVISOR";

private static final Logger LOGGER = org.slf4j.LoggerFactory.getLogger(TraceManager.class);

public static Trace getTrace(Class clazz) {
public static Trace getTrace(Class<?> clazz) {
Logger logger = org.slf4j.LoggerFactory.getLogger(clazz);
return new TraceImpl(logger);
}
Expand Down

0 comments on commit 91afce8

Please sign in to comment.