nicolium: remove console.log

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-22 21:30:06 +01:00
parent f61f3d5867
commit 35940a6543

View File

@ -207,7 +207,6 @@ const Account = ({
useLayoutEffect(() => {
const onResize = () => {
console.log('resizing');
const style: React.CSSProperties = {};
const actionWidth = actionRef.current?.clientWidth ?? 0;