We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe039a commit 5b8a73aCopy full SHA for 5b8a73a
container/container-core/src/main/java/org/talend/sdk/component/container/ContainerManager.java
@@ -112,9 +112,6 @@ public ContainerManager(final DependenciesResolutionConfiguration dependenciesRe
112
this.resolver = dependenciesResolutionConfiguration.getResolver();
113
this.rootRepositoryLocation = dependenciesResolutionConfiguration.getRootRepositoryLocation();
114
115
- if (log.isDebugEnabled()) {
116
- log.debug("Using root repository: " + this.rootRepositoryLocation.toAbsolutePath());
117
- }
118
info("Using root repository: " + this.rootRepositoryLocation.toAbsolutePath());
119
final String pluginsLocation = System.getProperty("talend.component.manager.plugins.location",
120
"TALEND-INF/plugins.properties");
0 commit comments