!cosmetic removed debug code

pull/1676/head
tidusjar 7 years ago
parent dedf42ac87
commit a2750a7c20

@ -148,7 +148,6 @@ export class MovieSearchComponent implements OnInit {
private updateItem(key: ISearchMovieResult, updated: ISearchMovieResult) { private updateItem(key: ISearchMovieResult, updated: ISearchMovieResult) {
const index = this.movieResults.indexOf(key, 0); const index = this.movieResults.indexOf(key, 0);
if (index > -1) { if (index > -1) {
debugger;
const copy = { ...this.movieResults[index] }; const copy = { ...this.movieResults[index] };
this.movieResults[index] = updated; this.movieResults[index] = updated;
this.movieResults[index].background = copy.background; this.movieResults[index].background = copy.background;

Loading…
Cancel
Save