removed debuggers

This commit is contained in:
shinichi
2020-10-16 12:49:06 +02:00
parent 777ed65707
commit 540a640bc6
2 changed files with 1 additions and 3 deletions

View File

@@ -137,7 +137,7 @@ namespace Server
else if (DataParser.isRawData(message))
{
// print the raw data
Console.WriteLine(BitConverter.ToString(payloadbytes));
//Console.WriteLine(BitConverter.ToString(payloadbytes));
// TODO change, checking for length is not that safe
if (payloadbytes.Length == 8)
{