Skip to content

Commit 7f84e84

Browse files
committed
refactor(checkbox): remove console log
1 parent 8e884bd commit 7f84e84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/components/checkbox/checkbox.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ export class Checkbox implements ComponentInterface {
174174
* a higher priority.
175175
*/
176176
Promise.resolve().then(() => {
177-
console.log('updating hint text id');
178177
this.hintTextID = this.getHintTextID();
179178
});
180179
}

0 commit comments

Comments
 (0)