diff --git a/TC1/http_server/web_log.c b/TC1/http_server/web_log.c index 5d4e759..bbf85e1 100644 --- a/TC1/http_server/web_log.c +++ b/TC1/http_server/web_log.c @@ -46,7 +46,6 @@ void web_log(const char *N, const char *M, ...) va_start(ap, M); int ret = vsnprintf(log, sizeof(log), M, ap); va_end(ap); - puts(msg); LOG_TMP = (char*)malloc(sizeof(char)*LOG_LEN); now = time(NULL);