Explorar o código

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

git-svn-id: trunk@7284 -
michael %!s(int64=18) %!d(string=hai) anos
pai
achega
50c70c150a
Modificáronse 1 ficheiros con 1 adicións e 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