diff --git a/test/unit/pdf_find_controller_spec.js b/test/unit/pdf_find_controller_spec.js index 0cc5f4dd3..06022d3e3 100644 --- a/test/unit/pdf_find_controller_spec.js +++ b/test/unit/pdf_find_controller_spec.js @@ -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++) {