From de5ad545a7e74050f5f5ee9d4f6d41869316b810 Mon Sep 17 00:00:00 2001 From: amaliadwiy Date: Mon, 20 Apr 2026 17:07:49 +0800 Subject: [PATCH] upd: hapus console.log --- app/(application)/feature.tsx | 2 -- components/auth/viewLogin.tsx | 1 - 2 files changed, 3 deletions(-) diff --git a/app/(application)/feature.tsx b/app/(application)/feature.tsx index 23cfba6..00b2311 100644 --- a/app/(application)/feature.tsx +++ b/app/(application)/feature.tsx @@ -11,8 +11,6 @@ export default function Feature() { const entityUser = useSelector((state: any) => state.user) const { colors } = useTheme(); - console.log({entityUser}) - return (