Sfoglia il codice sorgente

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

git-svn-id: trunk@7284 -
michael 18 anni fa
parent
commit
50c70c150a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/fcl-passrc/src/pparser.pp

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

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