Remove debugging messages that are not using the logging system
Many messages are being written directly to std::cerr outside of the logging system which means that cannot be quieted at run time.
Many messages are being written directly to std::cerr outside of the logging system which means that cannot be quieted at run time.