mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 15:45:57 +02:00
Removed debug output from GetServerURL()
git-svn-id: trunk@33846 -
This commit is contained in:
parent
1bd43d9e37
commit
3d448cd55f
@ -513,7 +513,6 @@ begin
|
||||
Result:=':'+IntToStr(URI.Port)+Result;
|
||||
Result:=URI.Protocol+'://'+URI.Host+Result;
|
||||
end;
|
||||
Writeln('Doing URL : ',Result);
|
||||
end;
|
||||
|
||||
function TFPCustomHTTPClient.GetSocketHandler(const UseSSL: Boolean): TSocketHandler;
|
||||
|
Loading…
Reference in New Issue
Block a user