Skip to content

Commit 9582aa3

Browse files
committed
Remove accidentally committed debug sysout
1 parent b1f23f5 commit 9582aa3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesBeanDefinitionValidator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ public int getOrder() {
5454

5555
private void validate(ConfigurableListableBeanFactory beanFactory, String beanName) {
5656
Class<?> beanClass = beanFactory.getType(beanName, false);
57-
System.out.println(beanName);
5857
if (beanClass != null && BindMethod.forClass(beanClass) == BindMethod.VALUE_OBJECT) {
5958
throw new BeanCreationException(beanName,
6059
"@EnableConfigurationProperties or @ConfigurationPropertiesScan must be used to add "

0 commit comments

Comments
 (0)