Removed all TX: and RX: Debug.Console statements I could find and recompiled clean.

This commit is contained in:
Jonathan Arndt
2021-03-10 22:06:17 -08:00
parent 921819592e
commit 8bcc56c8ee
9 changed files with 0 additions and 39 deletions

View File

@@ -96,7 +96,6 @@ namespace PepperDash.Essentials.Core
// this is a permanent event handler. This cannot be -= from event
CommPort.TextReceived += (s, a) =>
{
//Debug.Console(2, this, "RX: {0}", a.Text);
trilist.SetString(joinMap.TextReceived.JoinNumber, a.Text);
};
trilist.SetStringSigAction(joinMap.SendText.JoinNumber, s => CommPort.SendText(s));