diff --git a/core/src/components/checkbox/checkbox.tsx b/core/src/components/checkbox/checkbox.tsx index 5af4fa7a9d..ea5f02bf7f 100644 --- a/core/src/components/checkbox/checkbox.tsx +++ b/core/src/components/checkbox/checkbox.tsx @@ -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(); }); }