remove println

This commit is contained in:
zhou-hao
2018-04-11 23:30:28 +08:00
parent 8ab2cb97fd
commit afc91fc3cd

View File

@@ -96,7 +96,6 @@ public final class FastBeanCopier {
"\n}\n" +
"\n}";
try {
System.out.println(method);
return Proxy.create(Copier.class)
.addMethod(method)
.newInstance();