Removed console.log (#2885)

This commit is contained in:
jinapurapu
2023-06-15 14:52:24 -04:00
committed by GitHub
parent 864cf7af99
commit b9ebfe09ee

View File

@@ -269,7 +269,6 @@ const HelpMenu = () => {
<Tabs
value={helpTabName}
onChange={(e: React.ChangeEvent<{}>, newValue: string) => {
console.log(`dispatch ${newValue}`);
dispatch(setHelpTabName(newValue));
}}
indicatorColor="primary"