We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f525e commit 45da069Copy full SHA for 45da069
src/checkbox/index.android.ts
@@ -86,7 +86,6 @@ export class CheckBox extends CheckBoxBase {
86
onCheckedChanged: (sender, isChecked) => {
87
const owner = that.get();
88
if (owner && !owner.ignoreChange) {
89
- console.log('onCheckedChanged', isChecked);
90
checkedProperty.nativeValueChange(owner, isChecked);
91
}
92
0 commit comments