ide: less debug

This commit is contained in:
mattias 2023-06-30 21:03:21 +02:00
parent ae9ab00109
commit d5031b1eaf

View File

@ -176,7 +176,7 @@ function GetParamsAndCfgFile: TStrings;
if not FilenameIsAbsolute(aFilename) then
aFilename:=ResolveDots(ExtractFilePath(CfgFileName)+aFilename);
aParam:=LazFileOpts[i]+aFilename;
debugln(['ExpandCfgFilename ',aParam]);
//debugln(['ExpandCfgFilename ',aParam]);
exit;
end;
end;