Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
skanderKha committed Mar 28, 2024
1 parent b2a0c8d commit 91c4cfc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,6 @@ goToAccount(oracle: string, userName: string) {
}

deleteAccount(id: string, network: string,linkedinId : string ="") {
console.log(id,"id");
if (network === 'google') {
this.socialAccountFacadeService
.deleteOneSocialNetworksGoogle(id)
Expand All @@ -543,7 +542,6 @@ goToAccount(oracle: string, userName: string) {
this.socialAccountFacadeService.dispatchUpdatedSocailAccount();
//this.getSocialNetwork();
this.closeModal(id);
console.log('done');
}
});
} else if (network === 'facebook') {
Expand Down

0 comments on commit 91c4cfc

Please sign in to comment.