Skip to content

Commit b54bde7

Browse files
committed
clean-up
Signed-off-by: wind57 <[email protected]>
1 parent f4ae572 commit b54bde7

File tree

1 file changed

+0
-3
lines changed
  • spring-cloud-kubernetes-commons/src/main/java/org/springframework/cloud/kubernetes/commons/config/reload

1 file changed

+0
-3
lines changed

spring-cloud-kubernetes-commons/src/main/java/org/springframework/cloud/kubernetes/commons/config/reload/ConfigReloadUtil.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
import org.springframework.cloud.bootstrap.config.BootstrapPropertySource;
2828
import org.springframework.cloud.bootstrap.config.PropertySourceLocator;
2929
import org.springframework.cloud.kubernetes.commons.config.MountConfigMapPropertySource;
30-
import org.springframework.cloud.kubernetes.commons.config.SecretsPropertySource;
3130
import org.springframework.core.env.CompositePropertySource;
3231
import org.springframework.core.env.ConfigurableEnvironment;
3332
import org.springframework.core.env.MapPropertySource;
@@ -180,8 +179,6 @@ static boolean changed(List<? extends MapPropertySource> k8sSources, List<? exte
180179
for (int i = 0; i < k8sSources.size(); i++) {
181180
MapPropertySource k8sSource = k8sSources.get(i);
182181
MapPropertySource appSource = appSources.get(i);
183-
System.out.println("k8sSource (abc): " + k8sSource.getSource());
184-
System.out.println("appSource (abc): " + appSource.getSource());
185182
if (changed(k8sSource, appSource)) {
186183
LOG.debug(() -> "found change in : " + k8sSource);
187184
return true;

0 commit comments

Comments
 (0)