Skip to content

Commit 092608f

Browse files
committed
[CST-5729] Remove additional error message
1 parent f52e958 commit 092608f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/app/core/data/signposting-data.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ export class SignpostingDataService {
2929

3030
return this.restService.get(`${baseUrl}/signposting/links/${uuid}`).pipe(
3131
catchError((err) => {
32-
console.error(err);
3332
return observableOf([]);
3433
}),
3534
map((res: RawRestResponse) => res.statusCode === 200 ? res.payload as SignpostingLink[] : [])

0 commit comments

Comments
 (0)