delete unnecessary display
This commit is contained in:
parent
9ecb14e2a5
commit
b499d01473
|
@ -163,8 +163,6 @@ public static class Controller
|
|||
? s.Config.Devices.BatteryNodes.Length * BatteryHeatingPower
|
||||
: batteries.Sum(b => b.MaxChargePower);
|
||||
|
||||
maxChargePower.W().ToDisplayString().WriteLine(" Max Charge Power");
|
||||
|
||||
return maxChargePower;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue