From: Alan T. DeKok Date: Thu, 8 Apr 2021 19:39:09 +0000 (-0400) Subject: whoops X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2351a00709f2073670871d0ff6f8bd5be16a35b;p=thirdparty%2Ffreeradius-server.git whoops --- diff --git a/src/lib/util/value.c b/src/lib/util/value.c index ca33ab60a5..cc045d538e 100644 --- a/src/lib/util/value.c +++ b/src/lib/util/value.c @@ -1718,7 +1718,6 @@ ssize_t fr_value_box_from_network_dbuff(TALLOC_CTX *ctx, break; case FR_TIME_RES_MSEC: - fprintf(stderr, "mSEC %lld --> nSEC %lld\n", date, date * (NSEC / MSEC)); date *= (NSEC / MSEC); break;