Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein committed Oct 6, 2023
1 parent 00f5ecc commit f30dd70
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ export class GameMapperComponent implements OnInit, AfterViewInit {
);

this.deleted$ = this.deleting$.pipe(
tap(s => console.log("Delete", s)),
switchMap(s => api.delete(s.id)),
tap(() => this.refresh$.next(this.game.id))
);
Expand Down

0 comments on commit f30dd70

Please sign in to comment.