From 2bf8073446ae3d21f7032110c620add83be8fca1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Oct 2019 14:08:38 +0200 Subject: [PATCH] Polish See gh-18440 --- .../boot/context/properties/ConfigurationPropertiesBean.java | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesBean.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesBean.java index 36052a4914..fa8cc4684f 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesBean.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesBean.java @@ -216,7 +216,6 @@ public final class ConfigurationPropertiesBean { if (factoryMethodName == null || factoryBeanName == null) { return null; } - System.out.println("***** " + beanDefinition.getFactoryMethodName()); Class factoryType = beanFactory.getType(factoryBeanName); if (factoryType.getName().contains(ClassUtils.CGLIB_CLASS_SEPARATOR)) { factoryType = factoryType.getSuperclass();