|
@@ -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, ...)
|