Removed call to System.out.println
This commit is contained in:
parent
ec487d8ace
commit
2a32c8ff0d
|
@ -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 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue