ratelimit: remove a debug mprintf

Follow-up to 24b36fdd15

Closes #19694
This commit is contained in:
Stefan Eissing 2025-11-25 11:39:04 +01:00 committed by Daniel Stenberg
parent 4f807db155
commit 2b0ca15c49
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -90,8 +90,6 @@ static void ratelimit_update(struct Curl_rlimit *r,
elapsed_us = curlx_timediff_us(ts, r->ts);
if(elapsed_us < 0) { /* not going back in time */
curl_mfprintf(stderr, "rlimit: neg elapsed time %" FMT_TIMEDIFF_T "us\n",
elapsed_us);
DEBUGASSERT(0);
return;
}