Skip to content

Commit

Permalink
♻️ Remove unused LOGGER in MongoRequestPropsInjector
Browse files Browse the repository at this point in the history
  • Loading branch information
ujibang committed Oct 27, 2023
1 parent 28928ef commit 82ff30f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@
import org.restheart.mongodb.utils.MongoURLUtils;
import org.restheart.utils.HttpStatus;
import org.restheart.utils.BsonUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

/**
* initialize the MongoRequest
Expand All @@ -61,8 +59,6 @@
* @author Andrea Di Cesare {@literal <[email protected]>}
*/
public class MongoRequestPropsInjector {
static final Logger LOGGER = LoggerFactory.getLogger(MongoRequestPropsInjector.class);

private static final int DEFAULT_PAGESIZE = MongoServiceConfiguration.get().getDefaultPagesize();
private static final int MAX_PAGESIZE = MongoServiceConfiguration.get().getMaxPagesize();

Expand Down

0 comments on commit 82ff30f

Please sign in to comment.