From 389d6b1789c9c6ef781ca6407f88fed37f9741e4 Mon Sep 17 00:00:00 2001 From: Erik Boasson Date: Thu, 31 Oct 2019 14:59:13 +0100 Subject: [PATCH] Remove repetitive debug print from "mpt_qosmatch" Signed-off-by: Erik Boasson --- src/mpt/tests/qos/procs/rw.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mpt/tests/qos/procs/rw.c b/src/mpt/tests/qos/procs/rw.c index abe6a64..f663db9 100644 --- a/src/mpt/tests/qos/procs/rw.c +++ b/src/mpt/tests/qos/procs/rw.c @@ -302,8 +302,6 @@ MPT_ProcessEntry (rw_publisher, i, j, dds_strretcode (rc)); if (st.current_count) { - printf ("%zu %zu: %d\n", i, j, (int) st.current_count); - fflush (stdout); goto have_matches; } }