diff --git a/src/layouts/demo2/header/HeaderTopbar.tsx b/src/layouts/demo2/header/HeaderTopbar.tsx index 7c564d7..37a0f32 100644 --- a/src/layouts/demo2/header/HeaderTopbar.tsx +++ b/src/layouts/demo2/header/HeaderTopbar.tsx @@ -10,9 +10,6 @@ const HeaderTopbar = () => { const itemChatRef = useRef(null); const itemUserRef = useRef(null); const itemNotificationsRef = useRef(null); - - console.log('HeaderTopbar getAuth():', getAuth()); - const { isRTL } = useLanguage(); const [isSticky, setIsSticky] = useState(false);