mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-03 04:18:38 +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
|
||||
Log(vlDebug,SLogFindInstalledPackages,[AUnitDir]);
|
||||
repeat
|
||||
writeln(SR.Name);
|
||||
if ((SR.Attr and faDirectory)=faDirectory) and (SR.Name<>'.') and (SR.Name<>'..') then
|
||||
begin
|
||||
UD:=IncludeTrailingPathDelimiter(IncludeTrailingPathDelimiter(AUnitDir)+SR.Name);
|
||||
|
Loading…
Reference in New Issue
Block a user