From e551fbcfc2dd97c725783504f5e4e3da32bba512 Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Wed, 12 Aug 2020 15:06:58 -0700 Subject: fix: Remove debugging code that shouldn't have been committed. Thanks to @rantala for finding this. Follow-on to #1023 / #1033. --- src/iperf_client_api.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/iperf_client_api.c b/src/iperf_client_api.c index 61f3560..d0edf7d 100644 --- a/src/iperf_client_api.c +++ b/src/iperf_client_api.c @@ -584,7 +584,6 @@ iperf_run_client(struct iperf_test * test) return 0; cleanup_and_fail: - iperf_printf(test, "cleanup_and_fail\n"); iperf_client_end(test); if (test->json_output) iperf_json_finish(test); -- cgit v1.2.3