Reset branch HEAD to f74fa35c commit. Removed all TX: and RX: Console.Debug statements and built successfully.

This commit is contained in:
Jonathan Arndt
2021-03-11 11:14:59 -08:00
parent f74fa35ca4
commit 00d2159d06
7 changed files with 4 additions and 31 deletions

View File

@@ -637,7 +637,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.Cisco
{
if (CommDebuggingIsOn)
{
if(!JsonFeedbackMessageIsIncoming)
if (!JsonFeedbackMessageIsIncoming)
Debug.Console(1, this, "RX: '{0}'", args.Text);
}