From 8c9301b128d8f9d107a6a6012af5f483141184bf Mon Sep 17 00:00:00 2001
From: "p.vanderwilt"
Date: Mon, 21 Jul 2025 14:14:30 +0200
Subject: [PATCH] Remove undefined reference to 'desc'
---
src/helper/childRegistrationUtils.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/helper/childRegistrationUtils.js b/src/helper/childRegistrationUtils.js
index f9b9cef..e018a0b 100644
--- a/src/helper/childRegistrationUtils.js
+++ b/src/helper/childRegistrationUtils.js
@@ -89,7 +89,6 @@ class ChildRegistrationUtils {
break;
default:
- this.logger.error(`Child registration unrecognized desc: ${desc}`);
this.logger.error(`Unrecognized softwareType: ${softwareType}`);
}
}