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 Nov 1, 2023
1 parent ea8dd92 commit 03fcd4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vulp/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 = working_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 03fcd4e

Please sign in to comment.