Skip to content

Commit 25afbf6

Browse files
committed
Remove noisy logging
1 parent 113b161 commit 25afbf6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/main/java/org/elasticsearch/threadpool/EsExecutorServiceDecorator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ public boolean awaitTermination(long timeout, TimeUnit unit) throws InterruptedE
102102
Thread.sleep(1);
103103
tryShutdownDelegate();
104104
}
105-
logger.info("Falling through");
106105
return delegate.awaitTermination(timeout, unit);
107106
}
108107

0 commit comments

Comments
 (0)