diff --git a/src/helper/childRegistrationUtils.js b/src/helper/childRegistrationUtils.js index 8b90cb1..8db49d8 100644 --- a/src/helper/childRegistrationUtils.js +++ b/src/helper/childRegistrationUtils.js @@ -94,7 +94,6 @@ class ChildRegistrationUtils { break; default: - this.logger.error(`Child registration unrecognized desc: ${desc}`); this.logger.error(`Unrecognized softwareType: ${softwareType}`); } }