Skip to content

Commit 074ec24

Browse files
committed
fix(package): removed unwanted logs #151
1 parent 7445daa commit 074ec24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/module/component/mat-password-strength/mat-password-strength.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ export class MatPasswordStrengthComponent implements OnInit, OnChanges {
6262
}
6363

6464
ngOnChanges(changes: SimpleChanges): void {
65-
console.log('changes: ', changes);
6665
if ((changes.externalError && changes.externalError.firstChange) || changes.password.isFirstChange()) {
6766
return;
6867
} else if (changes.externalError && changes.externalError.currentValue) {

0 commit comments

Comments
 (0)