diff --git a/src/libs/antares/study/parameters.cpp b/src/libs/antares/study/parameters.cpp index 57735aab16..c686e6a3cc 100644 --- a/src/libs/antares/study/parameters.cpp +++ b/src/libs/antares/study/parameters.cpp @@ -1486,11 +1486,9 @@ void Parameters::prepareForSimulation(const StudyLoadOptions& options) { logs.info() << " :: The problems will contain named variables and constraints"; } - // indicated that solver logs will be printed - if (namedProblems) - { - logs.info() << " :: Printing solver logs : " << (solverLogs ? "True" : "False"); - } + // indicated whether solver logs will be printed + logs.info() << " :: Printing solver logs : " << (solverLogs ? "True" : "False"); + } void Parameters::resetPlaylist(uint nbOfYears)