* remove debug writeln

git-svn-id: trunk@11954 -
This commit is contained in:
peter 2008-10-23 19:32:07 +00:00
parent efeafa36aa
commit eb51a56199

View File

@ -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);