mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 00:11:51 +02:00
Codetools: less debug info.
git-svn-id: trunk@47022 -
This commit is contained in:
parent
3866cb4081
commit
b3fec637e1
@ -1353,7 +1353,9 @@ begin
|
||||
// complete all child components
|
||||
for i:=0 to AComponent.ComponentCount-1 do begin
|
||||
CurComponent:=AComponent.Components[i];
|
||||
{$IFDEF CTDEBUG}
|
||||
DebugLn('[TEventsCodeTool.CompleteComponent] CurComponent=',CurComponent.Name,':',CurComponent.ClassName);
|
||||
{$ENDIF}
|
||||
VarName:=CurComponent.Name;
|
||||
if VarName='' then continue;
|
||||
if (AncestorComponent<>nil)
|
||||
|
Loading…
Reference in New Issue
Block a user