Cleaned up Console output for Server.

This commit is contained in:
Aareschluchtje
2015-10-05 10:21:18 +02:00
parent 589cfce648
commit 74b3d6b77d
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -68,7 +68,6 @@ namespace ErgometerLibrary
public static Meting Parse(string input, char delimiter)
{
string[] status = input.Split(delimiter);
Console.WriteLine(status.Length);
if (status.Length != 8 && status.Length != 9)
{
return null;
-1
View File
@@ -68,7 +68,6 @@ namespace ErgometerLibrary
string[] com = command.Split('»');
Console.WriteLine(command);
Console.WriteLine(com[0]);
int comType = int.Parse(com[0]);
int session = 0;