Merge pull request #10444 from timvandermeij/rm-log

Remove left-over console log from the find controller unit tests
This commit is contained in:
Tim van der Meij 2019-01-12 22:28:38 +01:00 committed by GitHub
commit 35415b935c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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++) {