From bb2aa0e3cdc82ece88bdcf1667cf05dd9b371b53 Mon Sep 17 00:00:00 2001 From: wayanrivan Date: Tue, 7 Jul 2026 12:05:51 +0700 Subject: [PATCH] update --- src/layouts/demo2/header/HeaderTopbar.tsx | 3 --- 1 file changed, 3 deletions(-) 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);