Skip to content

Commit

Permalink
Remove stray console.log().
Browse files Browse the repository at this point in the history
  • Loading branch information
richardxia committed Aug 6, 2024
1 parent a57da6a commit 46d2ceb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ const InnerServiceDiscoveryResults = ({
// Our Algolia plan only allows for up to one optional filter, so just
// drop all but the first.
.slice(0, 1);
console.log(configureProps);
}

return (
Expand Down

0 comments on commit 46d2ceb

Please sign in to comment.