@arsedizioni/ars-utils 21.0.12 → 21.0.13

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.
@@ -2127,7 +2127,6 @@ class ClipperSearchResultManager extends ClipperDocumentManager {
2127
2127
  score -= 5;
2128
2128
  else if (score > 3)
2129
2129
  score -= 3;
2130
- console.log(score);
2131
2130
  anchors.push({
2132
2131
  text: a.text,
2133
2132
  title: a.title,
@@ -2135,7 +2134,6 @@ class ClipperSearchResultManager extends ClipperDocumentManager {
2135
2134
  uri: a.uri,
2136
2135
  veryRelevant: score > 0.6
2137
2136
  });
2138
- console.log(JSON.stringify(anchors));
2139
2137
  });
2140
2138
  n.anchors = anchors;
2141
2139
  }