Skip to content

Commit 08bc9d2

Browse files
Remove printout
Signed-off-by: Luca Della Vedova <[email protected]>
1 parent cac92bd commit 08bc9d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nexus_visualization/src/WorkcellStateVisualizer.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ void WorkcellStateVisualizer::initialize_state_subscriptions()
124124

125125
void WorkcellStateVisualizer::timer_cb()
126126
{
127-
RCLCPP_INFO(this->get_logger(), "Publishing updated markers");
128-
129127
auto set_body_pose =
130128
[](const WorkcellState& state, Marker& marker)
131129
{

0 commit comments

Comments
 (0)