removed debug messages and more unnecessary modules.

This commit is contained in:
Norayr Chilingarian 2024-02-02 03:22:22 +04:00
parent 3d0d443d7b
commit bf10177a4c
5 changed files with 5 additions and 517 deletions

View file

@ -114,7 +114,6 @@ BEGIN
IF Json.ObjSelect(pathValue, rootObj, Path) THEN
IF pathValue IS Json.Str THEN
Out.String("aaa");
(*this crashes voc *)
(* tree.url := pathValue(Json.Str).str^;*)
COPY(pathValue(Json.Str).str^, tree.url);