Skip to content

Commit

Permalink
whoops, remove the Avatar-inspired printout
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Macenski <[email protected]>
  • Loading branch information
SteveMacenski committed Feb 7, 2025
1 parent e519760 commit 16f92e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion launch_ros/launch_ros/utilities/lifecycle_event_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ def _on_change_state_event(self, context: launch.LaunchContext) -> None:
typed_event = cast(ChangeState, context.locals.event)
if not typed_event.lifecycle_node_matcher(self.__lifecycle_node):
return None
print('Ju lee, were doing the thing!')
request = lifecycle_msgs.srv.ChangeState.Request()
request.transition.id = typed_event.transition_id
context.add_completion_future(
Expand Down

0 comments on commit 16f92e2

Please sign in to comment.