mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 05:16:48 +02:00
codetools: less verbosity
git-svn-id: trunk@35727 -
This commit is contained in:
parent
d42de5d07d
commit
dd14bccb30
@ -1111,7 +1111,7 @@ begin
|
||||
end;
|
||||
// search base type of property
|
||||
TypeContext:=Params.NewCodeTool.FindBaseTypeOfNode(Params,PropNode);
|
||||
debugln(['TEventsCodeTool.FindTypeOfPropertyInfo ',FindContextToString(TypeContext)]);
|
||||
//debugln(['TEventsCodeTool.FindTypeOfPropertyInfo ',FindContextToString(TypeContext)]);
|
||||
Result:=true;
|
||||
finally
|
||||
Params.Free;
|
||||
|
@ -1643,7 +1643,7 @@ var
|
||||
begin
|
||||
Result:=false;
|
||||
NewContext:=CleanFindContext;
|
||||
DebugLn('TFindDeclarationTool.FindDeclarationOfPropertyPath ',MainFilename,' PropertyPath="',PropertyPath,'"');
|
||||
//DebugLn('TFindDeclarationTool.FindDeclarationOfPropertyPath ',MainFilename,' PropertyPath="',PropertyPath,'"');
|
||||
if PropertyPath='' then exit;
|
||||
ActivateGlobalWriteLock;
|
||||
Params:=TFindDeclarationParams.Create;
|
||||
|
Loading…
Reference in New Issue
Block a user