Explorar o código

* Remove debug writeln

git-svn-id: trunk@48979 -
michael %!s(int64=4) %!d(string=hai) anos
pai
achega
ffa69353f3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/fcl-json/tests/testjsonrtti.pp

+ 1 - 1
packages/fcl-json/tests/testjsonrtti.pp

@@ -767,7 +767,7 @@ begin
   AssertNotNull('Result of streaming available',FSR);
   If FToFree is TComponent then
     ACount:=ACount+2; // Tag + Name
-  Writeln(FSR.ASJSON);
+  // Writeln(FSR.ASJSON);
   AssertEquals('Property count correct',ACount,FSR.Count);
 end;