Skip to content

Commit

Permalink
Remove unused logger
Browse files Browse the repository at this point in the history
Signed-off-by: Siddhant Deshmukh <[email protected]>
  • Loading branch information
deshsidd committed Jul 2, 2024
1 parent 8a09135 commit cc4af87
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
public class FilterPath {

static final FilterPath EMPTY = new FilterPath();
private static final Logger logger = LogManager.getLogger(FilterPath.class);
private final String filter;
private final String segment;
private final FilterPath next;
Expand Down

0 comments on commit cc4af87

Please sign in to comment.