mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Remove left-over console log from the find controller unit tests
This commit is contained in:
parent
a37ea16013
commit
ed918bad21
1 changed files with 0 additions and 1 deletions
|
@ -104,7 +104,6 @@ describe('pdf_find_controller', function() {
|
|||
return;
|
||||
}
|
||||
eventBus.off('updatefindmatchescount', onUpdateFindMatchesCount);
|
||||
console.log(pdfFindController.pageMatches);
|
||||
|
||||
expect(evt.matchesCount.total).toBe(totalMatches);
|
||||
for (let i = 0; i < totalPages; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue