Browse Source

* Remove debug writeln

git-svn-id: trunk@48979 -
michael 4 years ago
parent
commit
ffa69353f3
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;