We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f52e958 commit 092608fCopy full SHA for 092608f
1 file changed
src/app/core/data/signposting-data.service.ts
@@ -29,7 +29,6 @@ export class SignpostingDataService {
29
30
return this.restService.get(`${baseUrl}/signposting/links/${uuid}`).pipe(
31
catchError((err) => {
32
- console.error(err);
33
return observableOf([]);
34
}),
35
map((res: RawRestResponse) => res.statusCode === 200 ? res.payload as SignpostingLink[] : [])
0 commit comments