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 {