Skip to content

Commit

Permalink
remove logger
Browse files Browse the repository at this point in the history
  • Loading branch information
shuwenwei committed Jan 23, 2024
1 parent 1c252e9 commit 23bd5a8
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@
import org.apache.iotdb.tsfile.write.schema.IMeasurementSchema;
import org.apache.iotdb.tsfile.write.schema.MeasurementSchema;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import java.io.IOException;
import java.nio.ByteBuffer;
import java.util.ArrayList;
Expand All @@ -80,8 +77,6 @@ public class ReadChunkAlignedSeriesCompactionExecutor {
private Map<String, Integer> measurementSchemaListIndexMap;
private final FlushDataBlockPolicy flushPolicy;
private final CompactionTaskSummary summary;
private final Logger logger =
LoggerFactory.getLogger(ReadChunkAlignedSeriesCompactionExecutor.class);

private long lastWriteTimestamp = Long.MIN_VALUE;

Expand Down

0 comments on commit 23bd5a8

Please sign in to comment.