* removed a debug writeln, unfortunately commited by r15077

git-svn-id: trunk@15079 -
This commit is contained in:
ivost 2010-03-27 17:06:02 +00:00
parent 5a588e5f06
commit 6560ed87e9

View File

@ -632,7 +632,6 @@
Getter.Data := Instance;
if Assigned(IEntry) and Assigned(Instance) then
begin
writeln(IEntry^.IType);
case IEntry^.IType of
etStandard:
Pointer(Obj) := PByte(instance)+IEntry^.IOffset;