Skip to content

Commit 3714516

Browse files
committed
Remove std::cout line from test_rcl_lifecycle.cpp (#773)
Signed-off-by: Stephen Brawner <[email protected]>
1 parent a9d8044 commit 3714516

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rcl_lifecycle/test/test_rcl_lifecycle.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ TEST(TestRclLifecycle, state_machine) {
326326
// Node is null
327327
ret = rcl_lifecycle_state_machine_fini(&state_machine, nullptr, &allocator);
328328
EXPECT_EQ(ret, RCL_RET_ERROR);
329-
std::cout << "state_machine: " << __LINE__ << std::endl;
330329
}
331330

332331
TEST(TestRclLifecycle, state_transitions) {

0 commit comments

Comments
 (0)