Remove debug that slipped into prod code

PUBLISHED_FROM=7bacb1af60e85e4ed56a600fa3d1dbba1679db59
This commit is contained in:
Deomid Ryabkov 2016-07-26 19:35:35 +01:00 committed by Cesanta Bot
parent e5da7440d7
commit 69f810febc

View File

@ -1666,7 +1666,7 @@ static void mg_destroy_conn(struct mg_connection *conn, int destroy_if) {
}
void mg_close_conn(struct mg_connection *conn) {
LOG(LL_INFO, ("%p %lu %d", conn, conn->flags, conn->sock));
DBG(("%p %lu %d", conn, conn->flags, conn->sock));
mg_remove_conn(conn);
mg_if_destroy_conn(conn);
mg_call(conn, NULL, MG_EV_CLOSE, NULL);