From 65f50e3981a8d9af9af77043f244ebb8d680f76d Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Thu, 6 Jun 2019 09:30:36 +0200 Subject: [PATCH] Remove TODO about integrating with launch --- tracetools_trace/trace.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tracetools_trace/trace.py b/tracetools_trace/trace.py index 079a0b6..7af99fc 100644 --- a/tracetools_trace/trace.py +++ b/tracetools_trace/trace.py @@ -40,8 +40,6 @@ def main(): input('press enter to start...') lttng_start(session_name) - - # TODO integrate this with launch + ROS shutdown input('press enter to stop...') print('stopping & destroying tracing session')