mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 05:36:10 +02:00
lcl: revert ocasional debug change in r23237 #3319ecca5b
git-svn-id: trunk@23250 -
This commit is contained in:
parent
a6b3593987
commit
f71903390f
@ -2094,9 +2094,6 @@ var
|
||||
IsFirstItem: Boolean;
|
||||
begin
|
||||
if csDestroying in AComponent.ComponentState then exit;
|
||||
if AComponent.ClassName='TSynEdit' then
|
||||
DumpStack;
|
||||
|
||||
//DebugLn(['TApplication.ReleaseComponent ',DbgSName(AComponent)]);
|
||||
if AppDestroying in FFlags then begin
|
||||
// free immediately
|
||||
|
Loading…
Reference in New Issue
Block a user