-
Rob Earhart authored
It seems wasteful to be generating debug output a character at a time all the time, only to discard it on non-debug builds. This change replaces that behavior by introducing a no-op operator<< for the debug log on non-debug builds.
a4b9e6b7