diff --git a/converter/convertdelphi.pas b/converter/convertdelphi.pas index b4cb118274..2494251f28 100644 --- a/converter/convertdelphi.pas +++ b/converter/convertdelphi.pas @@ -414,7 +414,7 @@ begin fn:=ExtractFileName(RelPath); sUnitName:=ExtractFileNameOnly(fn); if (SubPath<>'') and (sUnitName<>'') then begin - DebugLn(['RelPath=',RelPath,'SubPath=',SubPath,'fn=',fn,'sUnitName=',sUnitName]); + //DebugLn(['RelPath=',RelPath,'SubPath=',SubPath,'fn=',fn,'sUnitName=',sUnitName]); // Map path by unit name. fConverter.fCachedUnitNames[sUnitName]:=SubPath; // Map real unit name by uppercase unit name.