Remove std::cout line from test_rcl_lifecycle.cpp (#773) (#774)

Signed-off-by: Stephen Brawner <brawner@gmail.com>
This commit is contained in:
brawner 2020-08-28 10:47:26 -07:00 committed by GitHub
parent a9d8044858
commit 474754586c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {