Skip to content

Commit 63e7922

Browse files
authored
Delete debug messages (#1602)
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
1 parent 92ece94 commit 63e7922

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

rclcpp_lifecycle/src/lifecycle_node_interface_impl.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,8 @@ class LifecycleNode::LifecycleNodeInterfaceImpl
6363

6464
~LifecycleNodeInterfaceImpl()
6565
{
66-
fprintf(stderr, "oh yeah destructuro\n");
6766
rcl_node_t * node_handle = node_base_interface_->get_rcl_node_handle();
68-
fprintf(stderr, "oh yeah end destructuro\n");
6967
auto ret = rcl_lifecycle_state_machine_fini(&state_machine_, node_handle);
70-
fprintf(stderr, "oh yeah end destructuro222\n");
7168
if (ret != RCL_RET_OK) {
7269
RCUTILS_LOG_FATAL_NAMED(
7370
"rclcpp_lifecycle",
@@ -103,7 +100,6 @@ class LifecycleNode::LifecycleNodeInterfaceImpl
103100
rosidl_typesupport_cpp::get_service_type_support_handle<GetAvailableTransitionsSrv>(),
104101
&state_machine_options);
105102
if (ret != RCL_RET_OK) {
106-
fprintf(stderr, "oh yeah %s\n", node_base_interface_->get_name());
107103
throw std::runtime_error(
108104
std::string("Couldn't initialize state machine for node ") +
109105
node_base_interface_->get_name());

0 commit comments

Comments
 (0)