Browse Source

* Remove debug writeln

git-svn-id: trunk@48979 -
(cherry picked from commit ffa69353f36e74007f998f4bccdc59b3c9e14a0b)
michael 4 years ago
parent
commit
32023bf708
1 changed files with 1 additions and 1 deletions
  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;