From 2fb0402ffea24e6236455bfc20f4de52c97868aa Mon Sep 17 00:00:00 2001 From: Florian OMNES <26088210+flomnes@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:25:35 +0100 Subject: [PATCH] logs --- src/solver/variable/economy/priceCSR.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/solver/variable/economy/priceCSR.h b/src/solver/variable/economy/priceCSR.h index d445d541ed..4d9de75614 100644 --- a/src/solver/variable/economy/priceCSR.h +++ b/src/solver/variable/economy/priceCSR.h @@ -27,7 +27,6 @@ #pragma once #include "yuni/yuni.h" -#include "antares/logs/logs.h" #include "../variable.h" namespace Antares @@ -252,9 +251,6 @@ class PriceCSR : public Variable::IVariable, NextT, VCardPriceCS } else { - Antares::logs.notice() - << state.area->name << " " - << state.hourlyResults->ValeursHorairesDeDefaillancePositiveCSR[state.hourInTheWeek]; pValuesForTheCurrentYear[numSpace][state.hourInTheYear] = state.area->thermal.unsuppliedEnergyCost; }