Skip to content

Commit

Permalink
Remove std::cout line from test_rcl_lifecycle.cpp (#773)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Brawner <brawner@gmail.com>
  • Loading branch information
brawner committed Aug 28, 2020
1 parent a9d8044 commit 3714516
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rcl_lifecycle/test/test_rcl_lifecycle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ TEST(TestRclLifecycle, state_machine) {
// Node is null
ret = rcl_lifecycle_state_machine_fini(&state_machine, nullptr, &allocator);
EXPECT_EQ(ret, RCL_RET_ERROR);
std::cout << "state_machine: " << __LINE__ << std::endl;
}

TEST(TestRclLifecycle, state_transitions) {
Expand Down

0 comments on commit 3714516

Please sign in to comment.