I'm working on a Node app at the moment, and one of the modules I'm including has loads of util.debug() and util.log() messages from the util module peppered around it. I would like to suppress the CLI output of these methods without hacking the contrib module itself- is there any easy way of doing this?
I believe these methods write to stderr, but I don't want to suppress all error messages, just those specific ones. Any help is appreciated!