mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-06 05:17:46 +08:00
remove println
This commit is contained in:
@@ -96,7 +96,6 @@ public final class FastBeanCopier {
|
||||
"\n}\n" +
|
||||
"\n}";
|
||||
try {
|
||||
System.out.println(method);
|
||||
return Proxy.create(Copier.class)
|
||||
.addMethod(method)
|
||||
.newInstance();
|
||||
|
||||
Reference in New Issue
Block a user