Skip to content

Commit

Permalink
Removing console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Angamanga committed Dec 16, 2024
1 parent 6fc8786 commit 928c329
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,6 @@ export class PostEditComponent extends BaseComponent implements OnInit, OnChange
}

private updatePost(postId: number, postData: any) {
console.log(postData);
this.postsService.update(postId, postData).subscribe({
next: ({ result }) => {
this.postsService.unlockPost(postId).subscribe();
Expand Down

0 comments on commit 928c329

Please sign in to comment.