Remove unnecessary handler
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 31 Oct 2017 15:50:11 +0000 (11:50 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 31 Oct 2017 15:50:11 +0000 (11:50 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
lttng_ivc/tests/ust_app_vs_ust_tools/test_ust_app_vs_ust_tools.py

index 48d76938548054734c695e3e97d7f185964a171d..e07670686065197d3b14e7afb2f4e72c1e86221e 100644 (file)
@@ -87,9 +87,6 @@ else:
             runtime_matrix_tracing_available.append(tup)
 
 
-def lttng_sessiond_ready():
-    print("lttng sessiond is ready ! FFS")
-
 @pytest.mark.parametrize("ust_label,tools_label, should_trace", runtime_matrix_tracing_available)
 def test_ust_app_tracing_available(tmpdir, ust_label, tools_label, should_trace):
 
This page took 0.02429 seconds and 5 git commands to generate.