We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537b8b5 commit e96cd37Copy full SHA for e96cd37
src/lib/checkbox/checkbox.ts
@@ -381,7 +381,6 @@ export class MatCheckbox extends _MatCheckboxMixinBase implements ControlValueAc
381
if (this.indeterminate && this._clickAction !== 'check') {
382
383
Promise.resolve().then(() => {
384
- console.log(`reset indeterminate`);
385
this._indeterminate = false;
386
this.indeterminateChange.emit(this._indeterminate);
387
});
0 commit comments