Skip to content

Commit 4713933

Browse files
committed
remove console log
1 parent a21fd0a commit 4713933

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

MangoAPI.Client/src/app/components/contacts/contacts.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ export class ContactsComponent implements OnInit, OnDestroy {
9191
}
9292

9393
onOpenAvatarClick(): void {
94-
console.log(1);
9594
this._blackCoverStateService.setIsBlackCoverShowing(true)
9695
this._blackCoverStateService.setPicture(this.activeUser.pictureUrl)
9796
}

0 commit comments

Comments
 (0)