mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-07 17:58:41 +02:00
* remove debug writeln
git-svn-id: trunk@11954 -
This commit is contained in:
parent
efeafa36aa
commit
eb51a56199
@ -294,7 +294,6 @@ procedure FindInstalledPackages(ACompilerOptions:TCompilerOptions;showdups:boole
|
|||||||
begin
|
begin
|
||||||
Log(vlDebug,SLogFindInstalledPackages,[AUnitDir]);
|
Log(vlDebug,SLogFindInstalledPackages,[AUnitDir]);
|
||||||
repeat
|
repeat
|
||||||
writeln(SR.Name);
|
|
||||||
if ((SR.Attr and faDirectory)=faDirectory) and (SR.Name<>'.') and (SR.Name<>'..') then
|
if ((SR.Attr and faDirectory)=faDirectory) and (SR.Name<>'.') and (SR.Name<>'..') then
|
||||||
begin
|
begin
|
||||||
UD:=IncludeTrailingPathDelimiter(IncludeTrailingPathDelimiter(AUnitDir)+SR.Name);
|
UD:=IncludeTrailingPathDelimiter(IncludeTrailingPathDelimiter(AUnitDir)+SR.Name);
|
||||||
|
Loading…
Reference in New Issue
Block a user