diff --git a/src/lib/checkbox/checkbox.ts b/src/lib/checkbox/checkbox.ts index 7131c307da47..b439f4abc270 100644 --- a/src/lib/checkbox/checkbox.ts +++ b/src/lib/checkbox/checkbox.ts @@ -381,7 +381,6 @@ export class MatCheckbox extends _MatCheckboxMixinBase implements ControlValueAc if (this.indeterminate && this._clickAction !== 'check') { Promise.resolve().then(() => { - console.log(`reset indeterminate`); this._indeterminate = false; this.indeterminateChange.emit(this._indeterminate); });