Delete unecessary comment
This commit is contained in:
parent
43520c9041
commit
55638afc36
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue