# HG changeset patch # User Sebastien Decugis # Date 1284530463 -32400 # Node ID 25440e53a48e96c1cff0e29569a4a8ec32019cf9 # Parent 153cd2600fcf6495a6b7624f33d09d57f2f4ba3b Remove erroneous comment, the value was actually quite meaningless diff -r 153cd2600fcf -r 25440e53a48e extensions/app_radgw/rgw_clients.c --- a/extensions/app_radgw/rgw_clients.c Wed Sep 15 14:52:24 2010 +0900 +++ b/extensions/app_radgw/rgw_clients.c Wed Sep 15 15:01:03 2010 +0900 @@ -1043,7 +1043,6 @@ /* Update the timestamp */ { time_t now = time(NULL); - TRACE_DEBUG(FULL, "Sent RADIUS answer %d seconds after the request was received.", now - r->received); r->received = now; fd_list_unlink(&r->by_time); /* Move as last entry, since it is the most recent */ fd_list_insert_before(&cli->dupl_info[p].dupl_by_time, &r->by_time);