mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
!cosmetic removed debug code
This commit is contained in:
parent
dedf42ac87
commit
a2750a7c20
1 changed files with 0 additions and 1 deletions
|
@ -148,7 +148,6 @@ export class MovieSearchComponent implements OnInit {
|
|||
private updateItem(key: ISearchMovieResult, updated: ISearchMovieResult) {
|
||||
const index = this.movieResults.indexOf(key, 0);
|
||||
if (index > -1) {
|
||||
debugger;
|
||||
const copy = { ...this.movieResults[index] };
|
||||
this.movieResults[index] = updated;
|
||||
this.movieResults[index].background = copy.background;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue