Skip to content

Commit

Permalink
Remove unnecessary print in test (#108)
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <[email protected]>
  • Loading branch information
christophebedard authored Apr 9, 2024
1 parent c9160c6 commit 54bd482
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test_tracetools/test/test_intra.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ def test_all(self):
# Check events as set
self.assertEventsSet(self._events_ros)

print('EVENTS: ', self._events)

# Check rcl_subscription_init events
rcl_sub_init_events = self.get_events_with_name(tp.rcl_subscription_init)
rcl_sub_init_topic_events = self.get_events_with_field_value(
Expand Down

0 comments on commit 54bd482

Please sign in to comment.