Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Dec 11, 2024
1 parent 29ff60d commit 2fb0402
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/solver/variable/economy/priceCSR.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#pragma once

#include "yuni/yuni.h"
#include "antares/logs/logs.h"
#include "../variable.h"

namespace Antares
Expand Down Expand Up @@ -252,9 +251,6 @@ class PriceCSR : public Variable::IVariable<PriceCSR<NextT>, NextT, VCardPriceCS
}
else
{
Antares::logs.notice()
<< state.area->name << " "
<< state.hourlyResults->ValeursHorairesDeDefaillancePositiveCSR[state.hourInTheWeek];
pValuesForTheCurrentYear[numSpace][state.hourInTheYear]
= state.area->thermal.unsuppliedEnergyCost;
}
Expand Down

0 comments on commit 2fb0402

Please sign in to comment.