mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 13:56:05 +02:00
reduced debugging output
git-svn-id: trunk@15660 -
This commit is contained in:
parent
bfc63ff71a
commit
77d6a73b1b
@ -519,12 +519,12 @@ function ExtractCodeFromMakefile(const Source: string): string;
|
||||
var
|
||||
NewLength: integer;
|
||||
begin
|
||||
DebugLn(['ExtractCodeFromMakefile START ',Result]);
|
||||
//DebugLn(['ExtractCodeFromMakefile START ',Result]);
|
||||
Result:='';
|
||||
Run(Result,NewLength);
|
||||
SetLength(Result,NewLength);
|
||||
Run(Result,NewLength);
|
||||
DebugLn(['ExtractCodeFromMakefile END ',Result]);
|
||||
//DebugLn(['ExtractCodeFromMakefile END ',Result]);
|
||||
end;
|
||||
|
||||
function CConstantToInt64(const s: string; out i: int64): boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user