refactor(checkbox): remove console log

This commit is contained in:
Maria Hutt
2025-11-10 11:08:04 -08:00
parent 8e884bd2cb
commit 7f84e84127

View File

@@ -174,7 +174,6 @@ export class Checkbox implements ComponentInterface {
* a higher priority.
*/
Promise.resolve().then(() => {
console.log('updating hint text id');
this.hintTextID = this.getHintTextID();
});
}