Cleaned up Console output for Server.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user