Skip to content

Commit

Permalink
chore(docusaurus): remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
thetaPC committed Aug 10, 2023
1 parent 3a3e80c commit 5e2ab7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme/NavbarItem/LocaleDropdownNavbarItem/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ export default function LocaleDropdownNavbarItem({ mobile, dropdownItemsBefore,
description: 'The label for the mobile language switcher dropdown',
})
: localeConfigs[currentLocale].label;
console.log('props', props);
return (

return (
<DropdownNavbarItem
{...props}
mobile={mobile}
Expand Down

0 comments on commit 5e2ab7e

Please sign in to comment.