diff --git a/src/Pepperdash.Core/Comm/CommunicationStreamDebugging.cs b/src/Pepperdash.Core/Comm/CommunicationStreamDebugging.cs index 0a38d82..207a9fe 100644 --- a/src/Pepperdash.Core/Comm/CommunicationStreamDebugging.cs +++ b/src/Pepperdash.Core/Comm/CommunicationStreamDebugging.cs @@ -100,8 +100,6 @@ namespace PepperDash.Core if ((setting & eStreamDebuggingSetting.Tx) == eStreamDebuggingSetting.Tx) TxStreamDebuggingIsEnabled = true; - - Debug.SetDeviceDebugSettings(ParentDeviceKey, setting); } @@ -111,8 +109,6 @@ namespace PepperDash.Core private void DisableDebugging() { StopDebugTimer(); - - Debug.SetDeviceDebugSettings(ParentDeviceKey, eStreamDebuggingSetting.Off); } private void StopDebugTimer()