]> _ Git - fluidbook-html5.git/commitdiff
wait #7985
authorsoufiane <soufiane@cubedesigners.com>
Tue, 10 Feb 2026 16:14:02 +0000 (17:14 +0100)
committersoufiane <soufiane@cubedesigners.com>
Tue, 10 Feb 2026 16:14:02 +0000 (17:14 +0100)
js/libs/fluidbook/fluidbook.search.js

index 6930736189f7b3989795d2ca7cdae77e61acdff4..07212bf7abe6ffda979ab1ec3e328fdc4713ef1d 100644 (file)
@@ -997,7 +997,6 @@ FluidbookSearch.prototype = {
         }
 
         var $this = this;
-        let r = new Map();
         this.find(q, function (results) {
             $this.openResults(results);
         });
@@ -1096,7 +1095,6 @@ FluidbookSearch.prototype = {
         });
 
         let referencePage = pagesWithHits.find((el) => el >= $this.fluidbook.currentPage) ?? parseInt(pagesWithHits[0])
-        console.log(referencePage)
 
         // Set Highlighting of results keywords
         this.setHighlightTerms(results.terms);