Discard the display of Daily production

This commit is contained in:
atef 2024-02-05 15:32:22 +01:00
parent 08408e61d5
commit 84f89e440a
1 changed files with 1 additions and 3 deletions

View File

@ -71,8 +71,6 @@ public class AmptDevices
var busCurrent = nStringOptimizers == 0 ? 0 : soStati.Sum (r => r.Current); var busCurrent = nStringOptimizers == 0 ? 0 : soStati.Sum (r => r.Current);
var dailyOutputEnergy = nStringOptimizers == 0 ? 0 : soStati.Sum (r => r.ProductionToday); var dailyOutputEnergy = nStringOptimizers == 0 ? 0 : soStati.Sum (r => r.ProductionToday);
dailyOutputEnergy.WriteLine(" Daily Production ");
var dc = new DcBus var dc = new DcBus
{ {
Voltage = busVoltage, Voltage = busVoltage,