Skip to content

Commit 081d241

Browse files
committed
cleanup
Signed-off-by: wind57 <[email protected]>
1 parent 392fc19 commit 081d241

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,6 @@ static boolean changed(List<? extends MapPropertySource> k8sSources, List<? exte
159159
MapPropertySource k8sSource = k8sSources.get(i);
160160
MapPropertySource appSource = appSources.get(i);
161161
if (changed(k8sSource, appSource)) {
162-
LOG.debug(() -> "k8sSource : " + k8sSource);
163-
LOG.debug(() -> "appSource : " + appSource);
164162
LOG.debug(() -> "found change in : " + k8sSource);
165163
return true;
166164
}

0 commit comments

Comments
 (0)