Removed irrelevant comment

This commit is contained in:
Jess Sightler 2016-10-03 17:57:08 -04:00
parent e2094065b2
commit 5b1b63e364

View file

@ -39,8 +39,6 @@ export class AppComponent {
}
reloadData() {
//angular don't have http interceptor yet
this.http.get('/database/products')
.map(res => res.json())
.subscribe(prods => this.products = prods,