console.log deleted
This commit is contained in:
parent
0a60c1d047
commit
4b940d046f
1 changed files with 1 additions and 3 deletions
|
|
@ -18,9 +18,7 @@ export class ContactDeleteComponent {
|
|||
private sharedService: SharedService,
|
||||
private firebaseService: FirebaseService,
|
||||
private router: Router
|
||||
) {
|
||||
console.log(this.sharedService.isEditContactDialogOpen);
|
||||
}
|
||||
) {}
|
||||
|
||||
deleteContact() {
|
||||
this.firebaseService.deleteUser(this.currentUserId);
|
||||
|
|
|
|||
Loading…
Reference in a new issue