debugging on
This commit is contained in:
parent
486c01f2f1
commit
43a1f3a0ed
|
@ -68,7 +68,7 @@ Begin
|
|||
|
||||
If Client.FSocketHandle = -1 Then Exit;
|
||||
|
||||
// WriteLn ('DEBUG SENT ' + Str);
|
||||
WriteLn ('DEBUG SENT ' + Str);
|
||||
|
||||
Client.PurgeInputData(1);
|
||||
|
||||
|
@ -91,7 +91,7 @@ Begin
|
|||
ResponseType := strS2I(Copy(ResponseStr, 1, 3));
|
||||
Result := ResponseType;
|
||||
|
||||
// WriteLn ('DEBUG RECV ' + ResponseStr);
|
||||
WriteLn ('DEBUG RECV ' + ResponseStr);
|
||||
|
||||
If ResponseStr[4] = '-' Then Begin
|
||||
{$IFDEF USESTRINGLIST}
|
||||
|
|
Loading…
Reference in New Issue