[lttng-dev] [PATCH babeltrace 1.5] Remove developer debug statement
Jonathan Rajotte
jonathan.rajotte-julien at efficios.com
Tue Jul 3 14:37:00 EDT 2018
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien at efficios.com>
---
formats/lttng-live/lttng-live-comm.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/formats/lttng-live/lttng-live-comm.c b/formats/lttng-live/lttng-live-comm.c
index 941d5c2f..7a0eb567 100644
--- a/formats/lttng-live/lttng-live-comm.c
+++ b/formats/lttng-live/lttng-live-comm.c
@@ -1666,7 +1666,6 @@ retry:
*/
if (g_hash_table_size(ctx->session->ctf_traces) != nr_traces) {
printf_verbose("New trace(s) added during add_one_trace()\n");
- printf_verbose("JORAJ: GREP HERE\n");
goto retry;
}
}
--
2.17.1
More information about the lttng-dev
mailing list