if you want to stop the file you are
use or
require from outputing to stdout/stderr you can do what these people are saying or open the file suck in the lines regex out or comment out any lines that have print in them then evel the lines. Redirecting stdout/err is the cleanest way I think.
-Waswas