* Fixed bug where read-only property was read wrongly (part 2: removed debug stuff)

git-svn-id: trunk@7284 -
This commit is contained in:
michael 2007-05-05 22:58:50 +00:00
parent 7a89280631
commit 50c70c150a

View File

@ -1584,7 +1584,7 @@ procedure TPasParser.ParseProperty(Element:TPasElement);
end else
UngetToken;
//MaybeReadFullyQualifiedIdentifier(Result);
writeln(Result);
//writeln(Result);
end;
begin