Skip to content

Commit e96cd37

Browse files
andrewseguintinayuangao
authored andcommitted
chore(checkbox): remove console.log (#8768)
1 parent 537b8b5 commit e96cd37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/checkbox/checkbox.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ export class MatCheckbox extends _MatCheckboxMixinBase implements ControlValueAc
381381
if (this.indeterminate && this._clickAction !== 'check') {
382382

383383
Promise.resolve().then(() => {
384-
console.log(`reset indeterminate`);
385384
this._indeterminate = false;
386385
this.indeterminateChange.emit(this._indeterminate);
387386
});

0 commit comments

Comments
 (0)