Skip to content

Commit b9ebfe0

Browse files
authored
Removed console.log (#2885)
1 parent 864cf7a commit b9ebfe0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

portal-ui/src/screens/Console/HelpMenu.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ const HelpMenu = () => {
269269
<Tabs
270270
value={helpTabName}
271271
onChange={(e: React.ChangeEvent<{}>, newValue: string) => {
272-
console.log(`dispatch ${newValue}`);
273272
dispatch(setHelpTabName(newValue));
274273
}}
275274
indicatorColor="primary"

0 commit comments

Comments
 (0)