Remove undefined reference to 'desc'

This commit is contained in:
2025-07-21 14:14:30 +02:00
parent 950ca2b6b4
commit 8c9301b128

View File

@@ -89,7 +89,6 @@ class ChildRegistrationUtils {
break;
default:
this.logger.error(`Child registration unrecognized desc: ${desc}`);
this.logger.error(`Unrecognized softwareType: ${softwareType}`);
}
}