Skip to content

Commit

Permalink
Removing console
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuljain-dev committed Oct 14, 2024
1 parent 5e8549e commit 518ac28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/widgets/nuxeo-selectivity.js
Original file line number Diff line number Diff line change
Expand Up @@ -2425,7 +2425,6 @@ typedArrayTags[weakMapTag] = false;
if(options && options.term){
options.term = options.term.toLowerCase();
}
console.log(results);
const searchText = options && options.term && options.term.trim();
if (options.add) {
removeElement(this.$('.selectivity-loading'));
Expand Down

0 comments on commit 518ac28

Please sign in to comment.