diff --git a/entity/ObjectTree_entity/recordcontainers/jdito/onInsert.js b/entity/ObjectTree_entity/recordcontainers/jdito/onInsert.js index 8c4081b4a4600463b32a80a433c41fda8eae64b3..8626b45451433ff41600b604f49c193d2af49fe6 100644 --- a/entity/ObjectTree_entity/recordcontainers/jdito/onInsert.js +++ b/entity/ObjectTree_entity/recordcontainers/jdito/onInsert.js @@ -1,4 +1,4 @@ -import("system.logging"); +import("system.neon"); import("Contact_lib"); import("system.util"); import("ObjectRelation_lib"); @@ -9,7 +9,6 @@ selectedObjectRelationTypeId = vars.get("$field.OBJECTRELATIONTYPEID"); if (selectedObjectRelationTypeId) { relationTypeData = ObjectRelationUtils.getRelationType(selectedObjectRelationTypeId) - logging.log(JSON.stringify([relationTypeData], null, "\t")) if (relationTypeData[0]) { var relationType1 = relationTypeData[7];