removed some writelns

git-svn-id: trunk@8352 -
This commit is contained in:
andrew 2005-12-21 16:11:29 +00:00
parent f8f72b6127
commit 29663822c6

View File

@ -71,10 +71,7 @@ var
fPos: Integer;
begin
Result := False;
WriteLn('RAWURL=',RawUrl);
if fPos > 0 then RawUrl := Copy(RawUrl, 1, fPos-1);
WriteLn('RAWURL=',RawUrl);
fPos := Pos(':/', RawUrl);
if fPos = 0 then exit;
FileName := Copy(RawUrl, 1, fPos-1);