Skip to content

Commit fcc8b91

Browse files
authored
fix(package): remove debug print
1 parent 7ae2680 commit fcc8b91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/module/components/ngx-auth-firebaseui-avatar/ngx-auth-firebaseui-avatar.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export class NgxAuthFirebaseuiAvatarComponent implements OnInit {
4949
}
5050
const initialsRegExp: RegExpMatchArray = displayName.match(/\b\w/g) || [];
5151
const initials = ((initialsRegExp.shift() || '') + (initialsRegExp.pop() || '')).toUpperCase();
52-
console.log(initials);
5352
return initials;
5453
}
5554

0 commit comments

Comments
 (0)