Skip to content

Commit a7528e0

Browse files
Removing debug log macro altogether
1 parent aa0d0d8 commit a7528e0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

joint_state_broadcaster/src/joint_state_broadcaster.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -411,10 +411,6 @@ controller_interface::return_type JointStateBroadcaster::update(
411411
if (opt.has_value())
412412
{
413413
*mapped_values_[i] = opt.value();
414-
415-
/// @warning calling this for each interface is too costly, even if it ends up not logging
416-
// RCLCPP_DEBUG(get_node()->get_logger(), "%s: %f\n", state_interfaces_[i].get_name().c_str(),
417-
// opt.value());
418414
}
419415
}
420416

0 commit comments

Comments
 (0)