I\'m using a java library (jar file). The author of the file put in a bunch of System.out.print and System.out.printlns. Is there any way to hide these
System.out.print
System.out.println
Solution of your question is here.. in method SysOutController.ignoreSysout();
SysOutController.ignoreSysout();