Pages/shows: delete leftover log statement
This commit is contained in:
parent
37604c40a2
commit
e32f36d10f
1 changed files with 0 additions and 1 deletions
|
|
@ -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}`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue