X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flog.cpp;h=282898cc199c0fc090a841e766b8562458e64a13;hb=74e7dd93689112ab80538d98cc5fd9bfe7a08078;hp=cd968ee36f260651ef597bd7b720fafe6aec215b;hpb=135a0c52a2bcbcc37192c61801de6e9c80aeebff;p=virtualjaguar diff --git a/src/log.cpp b/src/log.cpp index cd968ee..282898c 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -34,13 +34,8 @@ void log_done(void) // This logger is used mainly to ensure that text gets written to the log file // even if the program crashes. The performance hit is acceptable in this case! // -//bool suppressOutput = true;//temporary stuff -bool suppressOutput = false;//temporary stuff void WriteLog(const char * text, ...) { - if (suppressOutput) - return; - va_list arg; va_start(arg, text);