Removed call to System.out.println

This commit is contained in:
Chris Cranford 2017-03-02 06:43:02 -05:00
parent ec487d8ace
commit 2a32c8ff0d
1 changed files with 0 additions and 1 deletions

View File

@ -140,7 +140,6 @@ public final class MapProxyTool {
.append( "{" ) .append( "{" )
.append( "this.theMap = map;" ) .append( "this.theMap = map;" )
.append( "}" ); .append( "}" );
System.out.println( sb );
return CtNewConstructor.make( sb.toString(), cc ); return CtNewConstructor.make( sb.toString(), cc );
} }