remove debug compiling option

This commit is contained in:
lxsang
2021-10-08 22:53:08 +02:00
parent 0daef95c25
commit c7e9d2a579
3 changed files with 7 additions and 24 deletions

View File

@ -48,22 +48,6 @@ THE SOFTWARE.
// #include <time.h>
void error_log(const char* fmt, ...)
{
UNUSED(fmt);
return;
}
#ifdef DEBUG
void server_log(const char* fmt, ...)
{
UNUSED(fmt);
return;
}
#endif
/**
* Trim a string by a character on both ends
* @param str The target string