diff --git a/cpp/scenario/plugins/ControllerRunner/ControllerRunner.cpp b/cpp/scenario/plugins/ControllerRunner/ControllerRunner.cpp index 5c9e7719f..84d32520a 100644 --- a/cpp/scenario/plugins/ControllerRunner/ControllerRunner.cpp +++ b/cpp/scenario/plugins/ControllerRunner/ControllerRunner.cpp @@ -376,10 +376,8 @@ bool ControllerRunner::Impl::updateJointReferencesfromECM( void ControllerRunner::Impl::printControllerContext( const std::shared_ptr 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(