From 29166e1adae07e95662d39558eb193ecf898d96a Mon Sep 17 00:00:00 2001 From: atef Date: Tue, 18 Nov 2025 02:30:03 +0100 Subject: [PATCH] delete unecessary lines --- csharp/App/GrowattCommunication/Program.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/csharp/App/GrowattCommunication/Program.cs b/csharp/App/GrowattCommunication/Program.cs index 7292eb38d..62c6cffc6 100644 --- a/csharp/App/GrowattCommunication/Program.cs +++ b/csharp/App/GrowattCommunication/Program.cs @@ -129,9 +129,6 @@ public static class Program SendSalimaxStateAlarm(GetSodiHomeStateAlarm(statusrecord),statusrecord); - //await DataLogging(statusrecord, timestamp); // save a csv file locally - //await SaveModbusTcpFile(statusrecord); // save the JSON file for modbuscTCP - Debug.Assert(statusrecord != null, nameof(statusrecord) + " != null"); statusrecord.InverterRecord.RemotePowerControl.WriteLine(" = RemotePowerControl"); statusrecord.InverterRecord.EnableEmsCommunicationFailureTime.WriteLine(" = EnableEmsCommunicationFailureTime");