Remove debug log
This commit is contained in:
parent
7ec01c0941
commit
cbb5b5a7c3
|
|
@ -90,7 +90,7 @@ public class GlobalResourcesRepository {
|
|||
synchronized (this) {
|
||||
if (executorService == null || executorService.isShutdown()) {
|
||||
if (logger.isInfoEnabled()) {
|
||||
logger.error("Creating global shared handler ...", new RuntimeException());
|
||||
logger.error("Creating global shared handler ...");
|
||||
}
|
||||
executorService = Executors.newCachedThreadPool(new NamedThreadFactory("Dubbo-global-shared-handler", true));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue