mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-28 20:21:58 +02:00
* Remove debug statement
git-svn-id: trunk@49558 -
(cherry picked from commit 7a7abea0ee
)
This commit is contained in:
parent
8b48137f8c
commit
151de3c1d8
@ -244,10 +244,6 @@ procedure TJSONApplier.Execute;
|
||||
if aPath='' then
|
||||
exit;
|
||||
D:=Result.FindPath(aPath);
|
||||
if Assigned(D) then
|
||||
Writeln('Have : ',D.ClassName)
|
||||
else
|
||||
Writeln('No D');
|
||||
if (D=Nil) or Not (D is TJSONObject) then
|
||||
Raise EJSON.CreateFmt(SErrPathNotFound,[aPath,aDesc]);
|
||||
Result:=D as TJSONObject;
|
||||
|
Loading…
Reference in New Issue
Block a user