Delete comment line

This commit is contained in:
atef 2024-02-06 15:21:37 +01:00
parent 38a14ca79b
commit fa668716b3
1 changed files with 0 additions and 1 deletions

View File

@ -210,7 +210,6 @@ public static class Aggregator
var dSumGridImportPower = gridPowerImport.Any() ? gridPowerImport.Max()/1000 : 0.0;
var dSumPvPower = pvPowerSum.Any() ? pvPowerSum.Max() : 0.0;
Console.WriteLine("-------------------------------------------------------------------"+dSumPvPower);
AggregatedData aggregatedData = new AggregatedData
{