Remove accidental System.out

pull/10921/merge
Phillip Webb 7 years ago
parent fabf14ff35
commit 861469fb72

@ -299,7 +299,6 @@ public class Binder {
name.append(propertyName), propertyTarget, handler, context, true);
Class<?> type = target.getType().resolve();
if (skipIfHasBoundBean && context.hasBoundBean(type)) {
System.err.println(type + " " + name);
return null;
}
return context.withBean(type, () -> {

Loading…
Cancel
Save