aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2020-08-12 15:06:58 -0700
committerBruce A. Mah <bmah@es.net>2020-08-12 15:06:58 -0700
commite551fbcfc2dd97c725783504f5e4e3da32bba512 (patch)
tree51826079fb21ff4e00fc6456e7974218aeb669a6
parent80b7c7b271158407887b3bb280a3583e1cf6bf64 (diff)
downloadiperf3-e551fbcfc2dd97c725783504f5e4e3da32bba512.tar.gz
fix: Remove debugging code that shouldn't have been committed.
Thanks to @rantala for finding this. Follow-on to #1023 / #1033.
-rw-r--r--src/iperf_client_api.c1
1 files changed, 0 insertions, 1 deletions
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);