diff --git a/csharp/App/SaliMax/src/AggregationService/Aggregator.cs b/csharp/App/SaliMax/src/AggregationService/Aggregator.cs index e031b76af..5989ff702 100644 --- a/csharp/App/SaliMax/src/AggregationService/Aggregator.cs +++ b/csharp/App/SaliMax/src/AggregationService/Aggregator.cs @@ -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 {