Skip to content

Commit

Permalink
rm logger
Browse files Browse the repository at this point in the history
  • Loading branch information
msbarry committed Sep 21, 2023
1 parent 045a3c9 commit b9e467c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
import java.util.List;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.atomic.AtomicLong;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import vector_tile.VectorTileProto;

/**
Expand All @@ -53,7 +51,6 @@
public class TileSizeStats {

private static final int BATCH_SIZE = 1_000;
private static final Logger LOGGER = LoggerFactory.getLogger(TileSizeStats.class);
private static final CsvMapper MAPPER = new CsvMapper();
private static final CsvSchema SCHEMA = MAPPER
.schemaFor(OutputRow.class)
Expand Down

0 comments on commit b9e467c

Please sign in to comment.