removing System.out.println from ControlP5Base

This commit is contained in:
sojamo 2014-08-16 17:51:29 +08:00
parent 2a516872a8
commit dc0df081c1
1 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,7 @@ import static controlP5.Controller.*;
str += s + "\n";
}
str += "\n\n*/\n\n";
System.out.println( str );
println( str );
}
public static void printPublicMethodsFor( Class< ? > theClass ) {