@studyportals/fawkes 8.2.4-20 → 8.2.4-21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,7 +23,6 @@ export class MinimumAmountOfResultsRule {
23
23
  throw new DependencyMissingError('SearchApiClient');
24
24
  }
25
25
  const resultsCount = await this.searchApiClient?.getCount(filterKeyValues);
26
- console.warn(`Results count for filters ${JSON.stringify([...filterKeyValues])}: ${resultsCount}`);
27
26
  return resultsCount >= this.minimumResultsCount;
28
27
  }
29
28
  getName() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studyportals/fawkes",
3
- "version": "8.2.4-20",
3
+ "version": "8.2.4-21",
4
4
  "description": "A package to centralize SEO related logic for SBLP and Sitemap Generator.",
5
5
  "files": [
6
6
  "./dist"