From 0ef9bb10f01911e81405b7b6f2b20f22cfe1a5a4 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Wed, 28 Jun 2023 08:37:56 +0200 Subject: [PATCH] remove comment --- lib/services/ngsi/entities-NGSI-v2.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/services/ngsi/entities-NGSI-v2.js b/lib/services/ngsi/entities-NGSI-v2.js index b03d1a540..151a1ec73 100644 --- a/lib/services/ngsi/entities-NGSI-v2.js +++ b/lib/services/ngsi/entities-NGSI-v2.js @@ -676,7 +676,6 @@ function sendUpdateValueNgsi2(entityName, attributes, typeInformation, token, ca } // Evaluate entityNameExp with a context including measures - // TBD: CreatesInitialEntity would create another entity wich should be discarded if (typeInformation.entityNameExp !== undefined && typeInformation.entityNameExp !== '') { try { logger.debug(context, 'sendUpdateValueNgsi2 entityNameExp %j ', typeInformation.entityNameExp);