* Remove debug statement

git-svn-id: trunk@27542 -
This commit is contained in:
michael 2014-04-12 06:47:54 +00:00
parent b9af57b97a
commit 352f7cf47b

View File

@ -414,7 +414,6 @@ begin
FLastError := 0;
FSSLLastErrorString:='';
repeat
Writeln(pchar(@buffer));
Result:=FSsl.Write(@Buffer,Count);
e:=FSsl.GetError(Result);
until Not (e in [SSL_ERROR_WANT_READ,SSL_ERROR_WANT_WRITE]);