Debug::warning and message print to console(disabled debug)
Brought to you by:
skonno
Debug::warning and Debug::message print to console
although debug was disabled. Therefore all such calls
should be either commented out or it should be
checked if debug is enabled (Debug::isOn())
Patch is attached.
Roland Moser
Patch for disabling debug output when debug is disabled