From: Arran Cudbard-Bell Date: Tue, 10 Dec 2019 13:37:54 +0000 (+0700) Subject: Remove duplicate message X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7006b0cd0b1ba4120c7eab951ee5a671e0806fe4;p=thirdparty%2Ffreeradius-server.git Remove duplicate message --- diff --git a/src/lib/server/connection.c b/src/lib/server/connection.c index 16357c95f63..f0ead1aec5c 100644 --- a/src/lib/server/connection.c +++ b/src/lib/server/connection.c @@ -858,7 +858,6 @@ void fr_connection_signal_connected(fr_connection_t *conn) switch (conn->state) { case FR_CONNECTION_STATE_CONNECTING: - DEBUG2("Connection established"); connection_state_connected_enter(conn); return;