From 55638afc36b65e6ee164b75b85dec61e5ecaae1d Mon Sep 17 00:00:00 2001 From: atef Date: Fri, 14 Mar 2025 13:24:01 +0100 Subject: [PATCH] Delete unecessary comment --- csharp/App/SodiStoreMax/src/Ess/Controller.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/csharp/App/SodiStoreMax/src/Ess/Controller.cs b/csharp/App/SodiStoreMax/src/Ess/Controller.cs index ff8daea6d..8e62b431a 100644 --- a/csharp/App/SodiStoreMax/src/Ess/Controller.cs +++ b/csharp/App/SodiStoreMax/src/Ess/Controller.cs @@ -53,7 +53,6 @@ public static class Controller }; var essDelta = s.ComputePowerDelta(mode); - essDelta.WriteLine("Power Correction"); var unlimitedControl = new EssControl { @@ -140,9 +139,6 @@ public static class Controller private static Double ComputePowerDelta(this StatusRecord s, EssMode mode) { var chargePower = s.AcDc.Devices.Sum(d => d.Status.Nominal.Power.Value); - - - s.Config.GridSetPoint.WriteLine(" GridSetPoint"); return mode switch {