- remove Writelns from JSONStringToString which were probably adding for debugging

git-svn-id: trunk@46411 -
This commit is contained in:
svenbarth 2020-08-13 07:17:50 +00:00
parent 17d583a419
commit 8ae16284f2

View File

@ -988,14 +988,10 @@ begin
if (U1<>0) then
begin
App:={$IFDEF FPC_HAS_CPSTRING}UTF8Encode({$ENDIF}WideChar(U1)+WideChar(U2){$IFDEF FPC_HAS_CPSTRING}){$ENDIF};
writeln('app a: ',L,': ',App);
U2:=0;
end
else
begin
writeln('app b: ',L,': ',WideChar(U2));
U1:=U2;
end;
end;
end;
if App<>'' then