From: David Goulet Date: Tue, 7 Feb 2012 21:48:38 +0000 (-0500) Subject: Remove forgotten debug printf X-Git-Tag: v2.0-pre20~8 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=18dcc7ab1434ac7cb8a42c966e726c87938e2a3c Remove forgotten debug printf Signed-off-by: David Goulet --- 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; }