Remove forgotten debug printf
authorDavid Goulet <dgoulet@efficios.com>
Tue, 7 Feb 2012 21:48:38 +0000 (16:48 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 7 Feb 2012 21:48:38 +0000 (16:48 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng/lttng.c

index 1c1d5a82631e27ec45487fe66aa7c4ba795fb1bc..1349c20a726f0cb2b51a88d25c113928522f147c 100644 (file)
@@ -383,7 +383,6 @@ static int check_sessiond(void)
        }
 
 end:
-       printf("HIT essiond %d\n", ret);
        return ret;
 }
 
This page took 0.025627 seconds and 4 git commands to generate.