2
0
Эх сурвалжийг харах

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

git-svn-id: trunk@7284 -
michael 18 жил өмнө
parent
commit
50c70c150a

+ 1 - 1
packages/fcl-passrc/src/pparser.pp

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