Skip to content

Commit

Permalink
remove console error
Browse files Browse the repository at this point in the history
  • Loading branch information
tedw87 committed Mar 25, 2024
1 parent 64c283b commit a0bed8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ const isValidSelector = (selector) => {

export const openAccordionIfContainsAnchors = (anchor) => {
if (!isValidSelector(anchor)) {
console.error('Invalid selector:', anchor);
return;
}
waitForElm(anchor).then((elm) => {
Expand Down

0 comments on commit a0bed8b

Please sign in to comment.