mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-14 05:28:57 +08:00
refactor(checkbox): remove console log
This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user