Skip to content

Commit

Permalink
[sq] Remove if in ControllerRunner
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Apr 7, 2020
1 parent ecf870d commit 7fe7c98
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cpp/scenario/plugins/ControllerRunner/ControllerRunner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -376,10 +376,8 @@ bool ControllerRunner::Impl::updateJointReferencesfromECM(
void ControllerRunner::Impl::printControllerContext(
const std::shared_ptr<const sdf::Element> context) const
{
if (utils::verboseFromEnvironment()) {
gymppDebug << "SDF elements received by the controller:" << std::endl;
std::cout << context->ToString("") << std::endl;
}
gymppDebug << "SDF elements received by the controller:" << std::endl;
std::cout << context->ToString("") << std::endl;
}

IGNITION_ADD_PLUGIN(
Expand Down

0 comments on commit 7fe7c98

Please sign in to comment.