Delete comment line
This commit is contained in:
parent
38a14ca79b
commit
fa668716b3
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue