Skip to content

Commit 90a3278

Browse files
committed
fix
1 parent d909cea commit 90a3278

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

iotdb-core/datanode/src/main/java/org/apache/iotdb/db/tools/DelayAnalyzer.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,12 @@ public DelayAnalyzer(int windowSize) {
125125
}
126126
this.windowSize = windowSize;
127127
this.delaySamples = new long[windowSize];
128-
LOGGER.debug("DelayAnalyzer initialized with window size: {}", windowSize);
129128
}
130129

131130
@TestOnly
132131
public DelayAnalyzer(int windowSize, int placeHolder) {
133132
this.windowSize = windowSize;
134133
this.delaySamples = new long[windowSize];
135-
LOGGER.debug("DelayAnalyzer initialized with window size: {}", windowSize);
136134
}
137135

138136
/**

0 commit comments

Comments
 (0)