Skip to content

Commit 1e68b3f

Browse files
committed
remove logs for CI
1 parent 9c0ab51 commit 1e68b3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/BookieStateManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ public boolean isShuttingDown(){
267267

268268
@Override
269269
public void close() {
270-
LOG.warn("Closing BookieStateManager", new Exception("test CI"));
271270
this.running = false;
272271
stateService.shutdown();
273272
}

0 commit comments

Comments
 (0)