Jelajahi Sumber

Änderungen am Logfile bzgl. Debug-Output.

Rind 1 tahun lalu
induk
melakukan
ce27000f6d
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 2
      common/logfile.cpp

+ 0 - 2
common/logfile.cpp

@@ -181,7 +181,6 @@ void CLogfile::Log(const char *pszFormat, ...)
 
 void CLogfile::Debug(const char *pszFormat, ...)
 {
-#ifdef _DEBUG
 	if(m_vb >= VB_Dbg)
 	{
 		const char *pszFmt;
@@ -195,7 +194,6 @@ void CLogfile::Debug(const char *pszFormat, ...)
 			va_end(args);
 		}
 	}
-#endif	//	_DEBUG
 }
 
 void CLogfile::Info(const char *pszFormat, ...)