mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-01-11 19:44:44 +00:00
remove debug statement
This commit is contained in:
@@ -92,13 +92,6 @@ namespace PepperDash.Core
|
||||
var handler = LineReceived;
|
||||
if (handler != null)
|
||||
{
|
||||
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();
|
||||
var lines = str.Split(Delimiter);
|
||||
|
||||
Reference in New Issue
Block a user