Remove logging messages
This commit is contained in:
parent
99f931a371
commit
d07a5502a2
@ -13,7 +13,6 @@ export class FeedService {
|
||||
constructor(private http: HttpClient) {}
|
||||
|
||||
getFeeds(): Observable<IFeed[]> {
|
||||
console.log('FeedService called');
|
||||
return this.http.get<IFeed[]>(this.url).pipe(delay(200));
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user