From 18dcc7ab1434ac7cb8a42c966e726c87938e2a3c Mon Sep 17 00:00:00 2001 From: David Goulet Date: Tue, 7 Feb 2012 16:48:38 -0500 Subject: [PATCH] Remove forgotten debug printf Signed-off-by: David Goulet --- src/bin/lttng/lttng.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/lttng/lttng.c b/src/bin/lttng/lttng.c index 1c1d5a826..1349c20a7 100644 --- a/src/bin/lttng/lttng.c +++ b/src/bin/lttng/lttng.c @@ -383,7 +383,6 @@ static int check_sessiond(void) } end: - printf("HIT essiond %d\n", ret); return ret; } -- 2.34.1