Skip to content

Commit 7b4fd4a

Browse files
committed
whoops, remove the Avatar-inspired printout
Signed-off-by: Steve Macenski <[email protected]>
1 parent d125a69 commit 7b4fd4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

launch_ros/launch_ros/utilities/lifecycle_event_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ def _on_change_state_event(self, context: launch.LaunchContext) -> None:
115115
typed_event = cast(ChangeState, context.locals.event)
116116
if not typed_event.lifecycle_node_matcher(self.__lifecycle_node):
117117
return None
118-
print('Ju lee, were doing the thing!')
119118
request = lifecycle_msgs.srv.ChangeState.Request()
120119
request.transition.id = typed_event.transition_id
121120
context.add_completion_future(

0 commit comments

Comments
 (0)