mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 01:19:29 +02:00
IDE: reduced verbosity
git-svn-id: trunk@14837 -
This commit is contained in:
parent
6e4716784e
commit
1b91ed2cf9
@ -1429,7 +1429,7 @@ var
|
||||
{$ENDIF}
|
||||
begin
|
||||
{$IFNDEF DisableFakeMethods}
|
||||
debugln('TJITComponentList.ReaderSetMethodProperty ',DbgSName(Instance),' ',PropInfo^.Name,':=',TheMethodName);
|
||||
//debugln('TJITComponentList.ReaderSetMethodProperty ',DbgSName(Instance),' ',PropInfo^.Name,':=',TheMethodName);
|
||||
Method.Code:=FCurReadJITComponent.MethodAddress(TheMethodName);
|
||||
if Method.Code<>nil then begin
|
||||
// there is a real method with this name
|
||||
|
Loading…
Reference in New Issue
Block a user