diff --git a/packages/nicolium/src/components/accounts/account.tsx b/packages/nicolium/src/components/accounts/account.tsx index d0ea822c9..18b3fb06a 100644 --- a/packages/nicolium/src/components/accounts/account.tsx +++ b/packages/nicolium/src/components/accounts/account.tsx @@ -207,7 +207,6 @@ const Account = ({ useLayoutEffect(() => { const onResize = () => { - console.log('resizing'); const style: React.CSSProperties = {}; const actionWidth = actionRef.current?.clientWidth ?? 0;