Removed unneeded comments

This commit is contained in:
Isaac Abadi
2020-08-09 20:16:49 -04:00
parent 4472aae3e9
commit d0eff42f2a
2 changed files with 0 additions and 2 deletions

View File

@@ -135,7 +135,6 @@ export class SubscriptionComponent implements OnInit {
}
filterOptionChanged(value) {
// this.filterProperty = value;
this.filterByProperty(value['property']);
localStorage.setItem('filter_property', value['key']);
}