Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
precious-onyenaucheya-ons committed Nov 5, 2024
1 parent a4cc67a commit 39aaa99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/autosuggest/autosuggest.ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ export default class AutosuggestUI {
`<span class="ons-autosuggest__category ons-u-lighter ons-u-fs-s ons-u-db">${resultItem.category}</span>`;
}
listElement.innerHTML = innerHTML;
console.log(listElement);
listElement.addEventListener('click', () => {
this.selectResult(index);
});
Expand Down

0 comments on commit 39aaa99

Please sign in to comment.