diff --git a/src/pages/shows/shows.component.ts b/src/pages/shows/shows.component.ts index 6d25a13..9150744 100644 --- a/src/pages/shows/shows.component.ts +++ b/src/pages/shows/shows.component.ts @@ -51,7 +51,6 @@ export class ShowsComponent { this.api.getShow(result).subscribe({ next: (response: ShowsApiIdResponse) => { - console.log(response.show) this.shows.push(response.show) }, error: (err: any) => { console.error(`Error: ${err}`)