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 Aug 7, 2023
1 parent 50dbefa commit 59a15f7
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 @@ -198,9 +198,7 @@ void Spine::cycle_actuation() {
} else if (state_machine_.state() == State::kAct) {
Dictionary& action = dict_("action");
actuation_.write_position_commands(action);
spdlog::info("[Spine] position");
} else {
spdlog::info("[Spine] position continue");
actuation_.continue_position_commands();
}
} catch (const std::exception& e) {
Expand Down

0 comments on commit 59a15f7

Please sign in to comment.