Remove accidental System.out

This commit is contained in:
Phillip Webb 2017-11-04 21:57:59 -07:00
parent fabf14ff35
commit 861469fb72

View File

@ -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, () -> {