mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 04:49:33 -07:00
!wip removed debugger statement
This commit is contained in:
parent
3a4c382356
commit
c354efb500
1 changed files with 0 additions and 1 deletions
|
@ -180,7 +180,6 @@ export class MovieRequestsComponent implements OnInit {
|
||||||
public filterAvailability(filter: FilterType, el: any) {
|
public filterAvailability(filter: FilterType, el: any) {
|
||||||
this.filterActiveStyle(el);
|
this.filterActiveStyle(el);
|
||||||
this.filter.availabilityFilter = filter;
|
this.filter.availabilityFilter = filter;
|
||||||
debugger;
|
|
||||||
this.loadInit();
|
this.loadInit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue