Skip to content

Commit

Permalink
[MODORDSTOR-381] Remove unused logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Saba-Zedginidze-EPAM committed Apr 5, 2024
1 parent 6ab1d9a commit b380f6d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/org/folio/rest/impl/RoutingListsAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
import io.vertx.core.Context;
import io.vertx.core.Handler;
import io.vertx.core.Vertx;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.folio.rest.annotations.Validate;
import org.folio.rest.core.models.RequestContext;
import org.folio.rest.jaxrs.model.RoutingList;
Expand All @@ -21,7 +19,6 @@

public class RoutingListsAPI extends BaseApi implements OrdersRoutingLists {

private static final Logger logger = LogManager.getLogger();
@Autowired
private RoutingListsStorageService routingListsStorageService;

Expand Down

0 comments on commit b380f6d

Please sign in to comment.