mirror of
https://github.com/sojamo/controlp5
synced 2024-11-22 05:57:57 +01:00
removing System.out.println from ControlP5Base
This commit is contained in:
parent
2a516872a8
commit
dc0df081c1
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user