Remove TODO in parser.

This commit is contained in:
GittyMac
2022-06-08 11:13:18 -04:00
parent ae90a7bd18
commit c145b28d1a

View File

@@ -14,8 +14,6 @@ using System.Xml.Linq;
public class A1_Parser {
public string[] ParseReceivedMessage(string xmlCommand){
//TODO - RoutingStrings (#x|x|x|x)
List<string> commandsList = new List<string>();
//Splits raw commands by the null character placed in between. To parse Routing Strings.