Skip to content

Commit

Permalink
Clean up spine debug instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Jun 6, 2023
1 parent f90ea24 commit 52ab4eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spine/Spine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,7 @@ void Spine::cycle_actuation() {
} else if (state_machine_.state() == State::kAct) {
Dictionary& action = dict_("action");
actuation_.write_position_commands(action);
spdlog::info("[Spine::cycle_actuation] position");
} else {
spdlog::info("[Spine::cycle_actuation] position continue");
actuation_.continue_position_commands();
}
} catch (const std::exception& e) {
Expand Down

0 comments on commit 52ab4eb

Please sign in to comment.