How can I remove text which "println" in controlP5 shows?
in
Contributed Library Questions
•
3 years ago
Hey.
Or could someone remove that text and compile necessary file(s?) again please?
After starting an applet (
play button) I'm getting some information from controlP5.
Is there a way to remove it somehow just by putting some code into my applet...?
Or could someone remove that text and compile necessary file(s?) again please?
...
System.out.println("### INFO you are using renderer "
+ _myApplet.g.getClass().getName()
+ "\n"
+ "to draw controlP5 you have to call the controlP5.draw() method inside of\n"
+ "your processing sketch draw() method.");
...
2