From fa668716b3d7234943763891f3e2547d1273f4f9 Mon Sep 17 00:00:00 2001 From: atef Date: Tue, 6 Feb 2024 15:21:37 +0100 Subject: [PATCH] Delete comment line --- csharp/App/SaliMax/src/AggregationService/Aggregator.cs | 1 - 1 file changed, 1 deletion(-) 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 {