Skip to content

Commit 9771400

Browse files
committed
Merge pull request #24325 from dreis2211
* pr/24325: Remove System.out.println in DevToolsPropertyDefaultsPostProcessor Closes gh-24325
2 parents 13a5ec1 + faec47d commit 9771400

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)