Skip to content

Commit faec47d

Browse files
dreis2211mbhave
authored andcommitted
Remove System.out.println in DevToolsPropertyDefaultsPostProcessor
See gh-24325
1 parent 6c6e339 commit faec47d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-boot-project/spring-boot-devtools/src/main/java/org/springframework/boot/devtools/env/DevToolsPropertyDefaultsPostProcessor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ private Map<String, String> getResourceProperties(Environment environment) {
104104
String prefix = determineResourcePropertiesPrefix(environment);
105105
resourceProperties.put(prefix + "cache.period", "0");
106106
resourceProperties.put(prefix + "chain.cache", "false");
107-
System.out.println(resourceProperties);
108107
return resourceProperties;
109108
}
110109

0 commit comments

Comments
 (0)