diff --git a/daemon/remote.c b/daemon/remote.c index 2e0beaf72..ff3d769d4 100644 --- a/daemon/remote.c +++ b/daemon/remote.c @@ -1920,7 +1920,6 @@ do_dump_requestlist(SSL* ssl, struct worker* worker) char buf[257]; char timebuf[32]; char statbuf[10240]; - log_info("do_dump_requestlist"); if(!ssl_printf(ssl, "thread #%d\n", worker->thread_num)) return; if(!ssl_printf(ssl, "# type cl name seconds module status\n"))