Skip to content

Commit

Permalink
refactor(languageselect.tsx): removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Kariamos committed Oct 25, 2024
1 parent 5141599 commit 744b53b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const LanguageSelect = () => {
[languageList]
);

console.log(options);
const allOption = useMemo(
() => ({ value: "all", label: `All Languages` }),
[]
Expand Down

0 comments on commit 744b53b

Please sign in to comment.