From 89e845628bcbc4eb544e6479453256659d35daca Mon Sep 17 00:00:00 2001 From: Tom Coleman Date: Wed, 27 Mar 2024 21:00:58 +1100 Subject: [PATCH] Update code/addons/toolbars/src/components/ToolbarMenuList.tsx Co-authored-by: Michael Shilman --- code/addons/toolbars/src/components/ToolbarMenuList.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/code/addons/toolbars/src/components/ToolbarMenuList.tsx b/code/addons/toolbars/src/components/ToolbarMenuList.tsx index 64ec7e4a5ece..713b6aaff663 100644 --- a/code/addons/toolbars/src/components/ToolbarMenuList.tsx +++ b/code/addons/toolbars/src/components/ToolbarMenuList.tsx @@ -25,7 +25,6 @@ export const ToolbarMenuList: FC = withKeyboardCycle( const currentValue = globals[id]; const hasGlobalValue = !!currentValue; const isOverridden = !deepEqual(currentValue, userGlobals[id]); - console.log({ currentValue, raw: userGlobals[id], isOverridden }); let icon = _icon; let title = _title;