mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 03:57:08 +00:00
remove additional debug statement
This commit is contained in:
parent
9f84090f3d
commit
fa451e980b
1 changed files with 0 additions and 7 deletions
|
|
@ -123,13 +123,6 @@ namespace PepperDash.Core
|
|||
{
|
||||
// Receive buffer should either be empty or not contain the delimiter
|
||||
// If the line does not have a delimiter, append the
|
||||
if (Debug.Level >= 2)
|
||||
{
|
||||
var output = Regex.Replace(args.Text,
|
||||
@"\p{Cc}",
|
||||
a => string.Format("[{0:X2}]", (byte)a.Value[0]));
|
||||
Debug.Console(2, Port, "RX: '{0}'", output);
|
||||
}
|
||||
ReceiveBuffer.Append(args.Text);
|
||||
var str = ReceiveBuffer.ToString();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue