Explorar el Código

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

git-svn-id: trunk@7284 -
michael hace 18 años
padre
commit
50c70c150a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 
       UngetToken;
     //MaybeReadFullyQualifiedIdentifier(Result);  
-    writeln(Result);
+    //writeln(Result);
   end;
 
 begin