Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Jun 28, 2023
1 parent 622ece8 commit 0ef9bb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/services/ngsi/entities-NGSI-v2.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0ef9bb1

Please sign in to comment.