IDE: reduced verbosity

git-svn-id: trunk@14837 -
This commit is contained in:
mattias 2008-04-15 17:40:29 +00:00
parent 6e4716784e
commit 1b91ed2cf9

View File

@ -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