mirror of
https://github.com/lxsang/ant-http
synced 2025-07-13 13:04:23 +02:00
remove debug compiling option
This commit is contained in:
16
lib/utils.c
16
lib/utils.c
@ -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
|
||||
|
Reference in New Issue
Block a user