From: Bill Erickson Date: Fri, 6 Dec 2019 21:46:47 +0000 (-0500) Subject: LPXXX Avoid unnecessary pagination search X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bd8a8b4da4b6c7c8bbd41d402389c2ad62084405;p=working%2FEvergreen.git LPXXX Avoid unnecessary pagination search Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/record/pagination.component.ts b/Open-ILS/src/eg2/src/app/staff/catalog/record/pagination.component.ts index b3e9a9c53e..88214cd805 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/record/pagination.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/catalog/record/pagination.component.ts @@ -94,10 +94,6 @@ export class RecordPaginationComponent implements OnInit { return this.refreshSearch().then(ok => { this.index = this.searchContext.indexForResult(this.id); - if (this.index === null) { - console.warn( - 'No search results found containing the focused record.'); - } resolve(); }); });