Skip to content

Commit

Permalink
syntax(Search): retrait log surnuméraire
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Feb 13, 2025
1 parent b8be3dc commit eca304f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/packages/Controls/SearchEngine/SearchEngine.js
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,7 @@ var SearchEngine = class SearchEngine extends Control {
Search.target.addEventListener("suggest", (e) => {
logger.debug(e);
let suggestResults = e.detail;
console.log(Config);

// filtre des suggestions selon la configuration ou l'option filterLayers
suggestResults = this._filterResultsFromConfigLayers(suggestResults);
this._fillSearchedSuggestListContainer(suggestResults);
});
Expand Down

0 comments on commit eca304f

Please sign in to comment.